Base:
property
FilePathService
Microsoft.VisualStudio.Razor.LanguageClient.Cohost.CohostTestBase.FilePathService
3 references to FilePathService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
Cohost\CohostTextPresentationEndpointTest.cs (1)
55
var endpoint = new CohostTextPresentationEndpoint(IncompatibleProjectService,
FilePathService
, requestInvoker);
Cohost\CohostUriPresentationEndpointTest.cs (1)
250
var endpoint = new CohostUriPresentationEndpoint(IncompatibleProjectService, RemoteServiceInvoker,
FilePathService
, requestInvoker);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostGoToDefinitionEndpointTest.cs (1)
1079
var endpoint = new CohostGoToDefinitionEndpoint(IncompatibleProjectService, RemoteServiceInvoker, requestInvoker,
FilePathService
);