15 references to DiagnosticWithInfo
Microsoft.CodeAnalysis (4)
Diagnostic\Diagnostic.cs (1)
292return new DiagnosticWithInfo(info, Location.None);
Diagnostic\DiagnosticWithInfo.cs (3)
204return new DiagnosticWithInfo(_info, location, _isSuppressed); 214return new DiagnosticWithInfo(this.Info.GetInstanceWithSeverity(severity), _location, _isSuppressed); 224return new DiagnosticWithInfo(this.Info, _location, isSuppressed);
Microsoft.CodeAnalysis.CSharp (1)
Errors\CSDiagnostic.cs (1)
17: base(info, location, isSuppressed)
Microsoft.CodeAnalysis.VisualBasic (10)
CommandLine\VisualBasicCommandLineParser.vb (9)
1867New DiagnosticWithInfo( 1891New DiagnosticWithInfo( 1920New DiagnosticWithInfo( 1937New DiagnosticWithInfo( 1993diagnosticBuilder.Add(New DiagnosticWithInfo(ErrorFactory.ErrorInfo(ERRID.ERR_ConditionalCompilationConstantNotValid, diag, parsedTokensAsString.ToString), Location.None)) 2001New DiagnosticWithInfo( 2022New DiagnosticWithInfo( 2044New DiagnosticWithInfo( 2054New DiagnosticWithInfo(
Errors\VBDiagnostic.vb (1)
14MyBase.New(info, location, isSuppressed)