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