4 references to InternalErrorCode
Microsoft.CodeAnalysis (4)
Diagnostic\DiagnosticInfo.cs (2)
439
case
InternalErrorCode
.Unknown:
442
case
InternalErrorCode
.Void:
Diagnostic\DiagnosticSeverity.cs (2)
43
public const DiagnosticSeverity Unknown = (DiagnosticSeverity)
InternalErrorCode
.Unknown;
49
public const DiagnosticSeverity Void = (DiagnosticSeverity)
InternalErrorCode
.Void;