2 implementations of IRazorSemanticTokensRefreshQueue
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\RazorSemanticTokensRefreshQueueWrapper.cs (1)
30internal class RazorSemanticTokensRefreshQueueWrapper(SemanticTokensRefreshQueue semanticTokensRefreshQueue) : IRazorSemanticTokensRefreshQueue
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTest.cs (1)
182private class TestRazorSemanticTokensRefreshQueue : IRazorSemanticTokensRefreshQueue
10 references to IRazorSemanticTokensRefreshQueue
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\RazorSemanticTokensRefreshQueueWrapper.cs (1)
18[ExportRazorLspServiceFactory(typeof(IRazorSemanticTokensRefreshQueue)), Shared]
Microsoft.VisualStudio.LanguageServices.Razor (4)
LanguageClient\Cohost\CohostSemanticTokensRegistration.cs (2)
26var semanticTokensRefreshQueue = requestContext.GetRequiredService<IRazorSemanticTokensRefreshQueue>();
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SemanticTokens\CohostSemanticTokensRangeEndpoint.cs (2)
49var semanticTokensWrapperService = context.GetRequiredService<IRazorSemanticTokensRefreshQueue>();
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTest.cs (1)
181[Export(typeof(IRazorSemanticTokensRefreshQueue)), PartNotDiscoverable]
Microsoft.VisualStudioCode.RazorExtension (4)
SemanticTokens\CohostSemanticTokensRegistration.cs (2)
24var semanticTokensRefreshQueue = requestContext.GetRequiredService<IRazorSemanticTokensRefreshQueue>();
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SemanticTokens\CohostSemanticTokensRangeEndpoint.cs (2)
49var semanticTokensWrapperService = context.GetRequiredService<IRazorSemanticTokensRefreshQueue>();