1 type derived from DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (1)
Errors\CSDiagnosticInfo.cs (1)
16
internal sealed class CSDiagnosticInfo :
DiagnosticInfoWithSymbols
20 instantiations of DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (20)
Binder\Binder_QueryErrors.cs (6)
49
new
DiagnosticInfoWithSymbols
(ErrorCode.ERR_BadDynamicQuery, Array.Empty<object>(), symbols),
55
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
63
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
71
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
207
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
239
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (13)
610
diagInfo = new
DiagnosticInfoWithSymbols
(
621
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
655
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
710
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
780
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
804
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
811
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
838
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
858
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
906
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
951
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
993
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
1558
return new
DiagnosticInfoWithSymbols
(isExtension ? ErrorCode.ERR_AmbigExtension : ErrorCode.ERR_AmbigCall, [distinguisher.First, distinguisher.Second], symbols);
Errors\DiagnosticInfoWithSymbols.cs (1)
35
return new
DiagnosticInfoWithSymbols
(this, severity);
2 references to DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1552
internal static
DiagnosticInfoWithSymbols
CreateAmbiguousCallDiagnosticInfo(CSharpCompilation compilation, Symbol first, Symbol second, ImmutableArray<Symbol> symbols, bool isExtension)
Errors\DiagnosticInfoWithSymbols.cs (1)
28
protected DiagnosticInfoWithSymbols(
DiagnosticInfoWithSymbols
original, DiagnosticSeverity severity) : base(original, severity)