6 references to InternalErrorCode
Microsoft.CodeAnalysis (4)
Diagnostic\DiagnosticInfo.cs (2)
440
case
InternalErrorCode
.Unknown:
443
case
InternalErrorCode
.Void:
Diagnostic\DiagnosticSeverity.cs (2)
43
public const DiagnosticSeverity Unknown = (DiagnosticSeverity)
InternalErrorCode
.Unknown;
49
public const DiagnosticSeverity Void = (DiagnosticSeverity)
InternalErrorCode
.Void;
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorCode.cs (2)
9
Void =
InternalErrorCode
.Void,
10
Unknown =
InternalErrorCode
.Unknown,