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