Search Results for

    Show / Hide Table of Contents

    Class GeneratorDriverRunResult

    Inheritance
    object
    GeneratorDriverRunResult
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public class GeneratorDriverRunResult

    Properties

    Diagnostics

    Declaration
    public ImmutableArray<Diagnostic> Diagnostics { get; }
    Property Value
    Type Description
    ImmutableArray<Diagnostic>

    GeneratedTrees

    Declaration
    public ImmutableArray<SyntaxTree> GeneratedTrees { get; }
    Property Value
    Type Description
    ImmutableArray<SyntaxTree>

    Results

    Declaration
    public ImmutableArray<GeneratorRunResult> Results { get; }
    Property Value
    Type Description
    ImmutableArray<GeneratorRunResult>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0