4 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);