1 write to _filePathService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTestBase.cs (1)
41
_filePathService
= new VisualStudioFilePathService();
1 reference to _filePathService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTestBase.cs (1)
29
private protected override IFilePathService FilePathService =>
_filePathService
.AssumeNotNull();