6 references to Unknown
Microsoft.CodeAnalysis (6)
Diagnostic\Diagnostic.cs (1)
435
case InternalDiagnosticSeverity.
Unknown
:
Diagnostic\DiagnosticBag.cs (2)
210
Debug.Assert(diagnostic.Severity != InternalDiagnosticSeverity.
Unknown
); //Info access should have forced resolution.
257
Debug.Assert(diagnostic.Severity != InternalDiagnosticSeverity.
Unknown
); //Info access should have forced resolution.
Diagnostic\DiagnosticWithInfo.cs (3)
116
if (_info.Severity == InternalDiagnosticSeverity.
Unknown
)
133
return _info.Severity == InternalDiagnosticSeverity.
Unknown
||
179
case InternalDiagnosticSeverity.
Unknown
: