1 override of LspBuildOnlyDiagnosticsType
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
LanguageServer\CSharpLspBuildOnlyDiagnosticsTests.cs (1)
18
protected override Type
LspBuildOnlyDiagnosticsType
=> typeof(CSharpLspBuildOnlyDiagnostics);
1 reference to LspBuildOnlyDiagnosticsType
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
LanguageServer\AbstractLspBuildOnlyDiagnosticsTests.cs (1)
25
var attribute = this.
LspBuildOnlyDiagnosticsType
.GetCustomAttribute<LspBuildOnlyDiagnosticsAttribute>();