1 type derived from DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (1)
Errors\CSDiagnosticInfo.cs (1)
15
internal sealed class CSDiagnosticInfo :
DiagnosticInfoWithSymbols
18 instantiations of DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (18)
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 (11)
587
diagInfo = new
DiagnosticInfoWithSymbols
(
598
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
632
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
687
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
757
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
777
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
803
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
823
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
871
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
916
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
954
diagnostics.Add(new
DiagnosticInfoWithSymbols
(
Errors\DiagnosticInfoWithSymbols.cs (1)
35
return new
DiagnosticInfoWithSymbols
(this, severity);
2 references to DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1505
private static
DiagnosticInfoWithSymbols
CreateAmbiguousCallDiagnosticInfo(Symbol first, Symbol second, ImmutableArray<Symbol> symbols)
Errors\DiagnosticInfoWithSymbols.cs (1)
28
protected DiagnosticInfoWithSymbols(
DiagnosticInfoWithSymbols
original, DiagnosticSeverity severity) : base(original, severity)