1 instantiation of CohostCodeLensEndpoint
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
Endpoints\CohostCodeLensEndpointTest.cs (1)
81
var endpoint = new
CohostCodeLensEndpoint
(IncompatibleProjectService, RemoteServiceInvoker);
3 references to CohostCodeLensEndpoint
Microsoft.VisualStudioCode.RazorExtension (2)
Endpoints\CohostCodeLensEndpoint.cs (2)
20
[ExportRazorStatelessLspService(typeof(
CohostCodeLensEndpoint
))]
65
internal readonly struct TestAccessor(
CohostCodeLensEndpoint
instance)
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
Endpoints\CohostCodeLensEndpointTest.cs (1)
81
var
endpoint = new CohostCodeLensEndpoint(IncompatibleProjectService, RemoteServiceInvoker);