2 instantiations of Val
Microsoft.Interop.SourceGeneration (2)
DiagnosticOr.cs (2)
81
Val => new
Val
(value),
100
return new
Val
(value);
2 references to Val
Microsoft.Interop.SourceGeneration (2)
DiagnosticOr.cs (2)
70
Val
v => new ValueAndDiagnostic(v.Value, ImmutableArray.Create(diagnostic)),
81
Val
=> new Val(value),