1 implementation of SupportDiagnostics
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
LanguageServer\TestRazorDocumentServiceProvider.cs (1)
14public bool SupportDiagnostics => true;
1 reference to SupportDiagnostics
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorDocumentServiceProviderWrapper.cs (1)
28public bool SupportDiagnostics => _innerDocumentServiceProvider.SupportDiagnostics;