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