GeneratorDriverRunResult.Diagnostics プロパティ

定義

すべてのジェネレーターによって生成される s は Diagnostic、この生成パスの間に実行されます。

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

プロパティ値

注釈

これは、すべてのDiagnosticsResults和集合に相当します。

適用対象