2 overrides of ErrorCodeType
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
LanguageServer\CSharpLspBuildOnlyDiagnosticsTests.cs (1)
16
protected override Type
ErrorCodeType
=> typeof(ErrorCode);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
LanguageServer\VisualBasicLspBuildOnlyDiagnosticsTests.vb (1)
14
Protected Overrides ReadOnly Property
ErrorCodeType
As Type
2 references to ErrorCodeType
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
LanguageServer\AbstractLspBuildOnlyDiagnosticsTests.cs (2)
39
var enumMembers =
ErrorCodeType
.GetFields(BindingFlags.Public | BindingFlags.Static);
42
errorMessage.AppendLine($@"Missing: ""{missingItem}, // {
ErrorCodeType
.Name}.{enumMember.Name}""");