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