Class GeneratorDriverRunResult
Inherited Members
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> |