15 references to DiagnosticWithInfo
Microsoft.CodeAnalysis (4)
Diagnostic\Diagnostic.cs (1)
292
return new
DiagnosticWithInfo
(info, Location.None);
Diagnostic\DiagnosticWithInfo.cs (3)
204
return new
DiagnosticWithInfo
(_info, location, _isSuppressed);
214
return new
DiagnosticWithInfo
(this.Info.GetInstanceWithSeverity(severity), _location, _isSuppressed);
224
return 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)
1867
New
DiagnosticWithInfo
(
1891
New
DiagnosticWithInfo
(
1920
New
DiagnosticWithInfo
(
1937
New
DiagnosticWithInfo
(
1993
diagnosticBuilder.Add(New
DiagnosticWithInfo
(ErrorFactory.ErrorInfo(ERRID.ERR_ConditionalCompilationConstantNotValid, diag, parsedTokensAsString.ToString), Location.None))
2001
New
DiagnosticWithInfo
(
2022
New
DiagnosticWithInfo
(
2044
New
DiagnosticWithInfo
(
2054
New
DiagnosticWithInfo
(
Errors\VBDiagnostic.vb (1)
14
MyBase.
New
(info, location, isSuppressed)