1 type derived from DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (1)
Errors\CSDiagnosticInfo.cs (1)
15internal sealed class CSDiagnosticInfo : DiagnosticInfoWithSymbols
18 instantiations of DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (18)
Binder\Binder_QueryErrors.cs (6)
49new DiagnosticInfoWithSymbols(ErrorCode.ERR_BadDynamicQuery, Array.Empty<object>(), symbols), 55diagnostics.Add(new DiagnosticInfoWithSymbols( 63diagnostics.Add(new DiagnosticInfoWithSymbols( 71diagnostics.Add(new DiagnosticInfoWithSymbols( 207diagnostics.Add(new DiagnosticInfoWithSymbols( 239diagnostics.Add(new DiagnosticInfoWithSymbols(
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (11)
587diagInfo = new DiagnosticInfoWithSymbols( 598diagnostics.Add(new DiagnosticInfoWithSymbols( 632diagnostics.Add(new DiagnosticInfoWithSymbols( 687diagnostics.Add(new DiagnosticInfoWithSymbols( 757diagnostics.Add(new DiagnosticInfoWithSymbols( 777diagnostics.Add(new DiagnosticInfoWithSymbols( 803diagnostics.Add(new DiagnosticInfoWithSymbols( 823diagnostics.Add(new DiagnosticInfoWithSymbols( 871diagnostics.Add(new DiagnosticInfoWithSymbols( 916diagnostics.Add(new DiagnosticInfoWithSymbols( 954diagnostics.Add(new DiagnosticInfoWithSymbols(
Errors\DiagnosticInfoWithSymbols.cs (1)
35return new DiagnosticInfoWithSymbols(this, severity);
2 references to DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1505private static DiagnosticInfoWithSymbols CreateAmbiguousCallDiagnosticInfo(Symbol first, Symbol second, ImmutableArray<Symbol> symbols)
Errors\DiagnosticInfoWithSymbols.cs (1)
28protected DiagnosticInfoWithSymbols(DiagnosticInfoWithSymbols original, DiagnosticSeverity severity) : base(original, severity)