3 references to _filePathService
Microsoft.CodeAnalysis.Remote.Razor (3)
DocumentMapping\RemoteDocumentMappingService.cs (3)
35
if (
_filePathService
.IsVirtualHtmlFile(generatedDocumentUri))
37
return (
_filePathService
.GetRazorDocumentUri(generatedDocumentUri), generatedDocumentRange);
41
if (!
_filePathService
.IsVirtualCSharpFile(generatedDocumentUri))