Base:
property
Diagnostics
Microsoft.Interop.DiagnosticOr<T>.Diagnostics
2 references to Diagnostics
Microsoft.Interop.SourceGeneration (2)
DiagnosticOr.cs (2)
71
ValueAndDiagnostic vad => new ValueAndDiagnostic(vad.Value, vad.
Diagnostics
.Add(diagnostic)),
82
ValueAndDiagnostic vad => new ValueAndDiagnostic(value, vad.
Diagnostics
),