12 references to InternalDiagnosticSeverity
Microsoft.CodeAnalysis (12)
Diagnostic\Diagnostic.cs (2)
435
case
InternalDiagnosticSeverity
.Unknown:
441
case
InternalDiagnosticSeverity
.Void:
Diagnostic\DiagnosticBag.cs (5)
208
if (diagnostic.Severity !=
InternalDiagnosticSeverity
.Void)
210
Debug.Assert(diagnostic.Severity !=
InternalDiagnosticSeverity
.Unknown); //Info access should have forced resolution.
235
if (diagnostic.Severity ==
InternalDiagnosticSeverity
.Void)
255
if (diagnostic.Severity !=
InternalDiagnosticSeverity
.Void)
257
Debug.Assert(diagnostic.Severity !=
InternalDiagnosticSeverity
.Unknown); //Info access should have forced resolution.
Diagnostic\DiagnosticWithInfo.cs (5)
116
if (_info.Severity ==
InternalDiagnosticSeverity
.Unknown)
133
return _info.Severity ==
InternalDiagnosticSeverity
.Unknown ||
134
_info.Severity ==
InternalDiagnosticSeverity
.Void;
179
case
InternalDiagnosticSeverity
.Unknown:
185
case
InternalDiagnosticSeverity
.Void: