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