8 references to Unknown
Microsoft.CodeAnalysis (6)
Diagnostic\Diagnostic.cs (1)
432
case InternalDiagnosticSeverity.
Unknown
:
Diagnostic\DiagnosticBag.cs (2)
207
Debug.Assert(diagnostic.Severity != InternalDiagnosticSeverity.
Unknown
); //Info access should have forced resolution.
249
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
:
Microsoft.CodeAnalysis.CSharp (1)
Errors\ErrorFacts.cs (1)
110
return InternalDiagnosticSeverity.
Unknown
;
Microsoft.CodeAnalysis.VisualBasic (1)
Errors\MessageProvider.vb (1)
70
Return InternalDiagnosticSeverity.
Unknown