5 references to DiagnosticWithInfo
Microsoft.CodeAnalysis (4)
Diagnostic\Diagnostic.cs (1)
293return 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)