5 references to new
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (2)
43=> new(new RelatedFullDocumentDiagnosticReport 50=> new(new RelatedFullDocumentDiagnosticReport
Protocol\SumType.cs (3)
273public static implicit operator SumType<T1, T2, T3>(T1 val) => new SumType<T1, T2, T3>(val); 279public static implicit operator SumType<T1, T2, T3>?(T1? val) => val is null ? null : new SumType<T1, T2, T3>(val); 311(v) => new SumType<T1, T2, T3>(v),