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