12 references to InternalDiagnosticSeverity
Microsoft.CodeAnalysis (12)
Diagnostic\Diagnostic.cs (2)
434
case
InternalDiagnosticSeverity
.Unknown:
440
case
InternalDiagnosticSeverity
.Void:
Diagnostic\DiagnosticBag.cs (5)
207
if (diagnostic.Severity !=
InternalDiagnosticSeverity
.Void)
209
Debug.Assert(diagnostic.Severity !=
InternalDiagnosticSeverity
.Unknown); //Info access should have forced resolution.
234
if (diagnostic.Severity ==
InternalDiagnosticSeverity
.Void)
254
if (diagnostic.Severity !=
InternalDiagnosticSeverity
.Void)
256
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: