1 instantiation of CohostWrapWithTagEndpoint
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostWrapWithTagEndpointTest.cs (1)
207var endpoint = new CohostWrapWithTagEndpoint(RemoteServiceInvoker, requestInvoker, documentManager, IncompatibleProjectService, LoggerFactory);
4 references to CohostWrapWithTagEndpoint
Microsoft.VisualStudio.LanguageServices.Razor (3)
LanguageClient\Cohost\CohostWrapWithTagEndpoint.cs (3)
27[ExportCohostStatelessLspService(typeof(CohostWrapWithTagEndpoint))] 41private readonly ILogger _logger = loggerFactory.GetOrCreateLogger<CohostWrapWithTagEndpoint>(); 103internal readonly struct TestAccessor(CohostWrapWithTagEndpoint instance)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostWrapWithTagEndpointTest.cs (1)
207var endpoint = new CohostWrapWithTagEndpoint(RemoteServiceInvoker, requestInvoker, documentManager, IncompatibleProjectService, LoggerFactory);