1 instantiation of CohostResolveCodeLensEndpoint
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
Endpoints\CohostCodeLensEndpointTest.cs (1)
82var resolveEndpoint = new CohostResolveCodeLensEndpoint(IncompatibleProjectService, RemoteServiceInvoker);
3 references to CohostResolveCodeLensEndpoint
Microsoft.VisualStudioCode.RazorExtension (2)
Endpoints\CohostResolveCodeLensEndpoint.cs (2)
19[ExportRazorStatelessLspService(typeof(CohostResolveCodeLensEndpoint))] 47internal readonly struct TestAccessor(CohostResolveCodeLensEndpoint instance)
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
Endpoints\CohostCodeLensEndpointTest.cs (1)
82var resolveEndpoint = new CohostResolveCodeLensEndpoint(IncompatibleProjectService, RemoteServiceInvoker);