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