1 type derived from DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (1)
Errors\CSDiagnosticInfo.cs (1)
15internal sealed class CSDiagnosticInfo : DiagnosticInfoWithSymbols
20 instantiations of DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (19)
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 (12)
566diagInfo = new DiagnosticInfoWithSymbols( 577diagnostics.Add(new DiagnosticInfoWithSymbols( 611diagnostics.Add(new DiagnosticInfoWithSymbols( 666diagnostics.Add(new DiagnosticInfoWithSymbols( 736diagnostics.Add(new DiagnosticInfoWithSymbols( 756diagnostics.Add(new DiagnosticInfoWithSymbols( 782diagnostics.Add(new DiagnosticInfoWithSymbols( 802diagnostics.Add(new DiagnosticInfoWithSymbols( 850diagnostics.Add(new DiagnosticInfoWithSymbols( 895diagnostics.Add(new DiagnosticInfoWithSymbols( 933diagnostics.Add(new DiagnosticInfoWithSymbols( 1446return new DiagnosticInfoWithSymbols(ErrorCode.ERR_AmbigCall, arguments, symbols);
Errors\DiagnosticInfoWithSymbols.cs (1)
35return new DiagnosticInfoWithSymbols(this, severity);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
116verifyWithSeverity(new DiagnosticInfoWithSymbols(ErrorCode.ERR_DuplicateTypeParameter, args,
2 references to DiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1433private static DiagnosticInfoWithSymbols CreateAmbiguousCallDiagnosticInfo(Symbol first, Symbol second, ImmutableArray<Symbol> symbols)
Errors\DiagnosticInfoWithSymbols.cs (1)
28protected DiagnosticInfoWithSymbols(DiagnosticInfoWithSymbols original, DiagnosticSeverity severity) : base(original, severity)