1 implementation of IRazorDocumentPropertiesService
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
LanguageServer\TestRazorDocumentServiceProvider.cs (1)
38private class TestRazorDocumentPropertiesService : IRazorDocumentPropertiesService
5 references to IRazorDocumentPropertiesService
Microsoft.AspNetCore.Razor.Test.Common.Tooling (2)
LanguageServer\TestRazorDocumentServiceProvider.cs (2)
25if (serviceType == typeof(IRazorDocumentPropertiesService)) 27return (TService?)(IRazorDocumentPropertiesService)new TestRazorDocumentPropertiesService();
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (3)
RazorDocumentPropertiesServiceWrapper.cs (1)
11public RazorDocumentPropertiesServiceWrapper(IRazorDocumentPropertiesService razorDocumentPropertiesService)
RazorDocumentServiceProviderWrapper.cs (2)
72var razorDocumentPropertiesService = documentServiceProvider.GetService<IRazorDocumentPropertiesService>();