GeneratorDriverRunResult.Results Property

Definition

The individual result of each ISourceGenerator that was run in this generator pass, one per generator.

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.GeneratorRunResult> Results { get; }
member this.Results : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.GeneratorRunResult>
Public ReadOnly Property Results As ImmutableArray(Of GeneratorRunResult)

Property Value

Applies to