1 implementation of IMiscellaneousProjectInfoService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorMiscellaneousProjectInfoService.cs (1)
19internal sealed class RazorMiscellaneousProjectInfoService([Import(AllowDefault = true)] Lazy<IRazorSourceGeneratorLocator>? razorSourceGeneratorLocator) : IMiscellaneousProjectInfoService
3 references to IMiscellaneousProjectInfoService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorMiscellaneousProjectInfoService.cs (1)
16[ExportLanguageService(typeof(IMiscellaneousProjectInfoService), Constants.RazorLanguageName)]
Microsoft.CodeAnalysis.Features (2)
Workspace\MiscellaneousFileUtilities.cs (2)
32var miscellaneousProjectInfoService = languageServices.GetService<IMiscellaneousProjectInfoService>();