7 references to CreateFilePathUri
Microsoft.CodeAnalysis.Razor.Workspaces (6)
CodeActions\Razor\CreateComponentCodeActionResolver.cs (1)
42var newComponentUri = LspFactory.CreateFilePathUri(actionParams.Path, _languageServerFeatureOptions);
CodeActions\Razor\ExtractToCodeBehindCodeActionResolver.cs (1)
44var codeBehindUri = LspFactory.CreateFilePathUri(codeBehindPath, _languageServerFeatureOptions);
CodeActions\Razor\ExtractToComponentCodeActionResolver.cs (1)
50var newComponentUri = new DocumentUri(LspFactory.CreateFilePathUri(componentPath, _languageServerFeatureOptions));
CodeActions\Razor\ExtractToCssCodeActionResolver.cs (1)
41var cssFileUri = LspFactory.CreateFilePathUri(cssFilePath, _languageServerFeatureOptions);
Rename\RenameService.cs (2)
139OldDocumentUri = new(LspFactory.CreateFilePathUri(oldFilePath, _languageServerFeatureOptions)), 140NewDocumentUri = new(LspFactory.CreateFilePathUri(newFilePath, _languageServerFeatureOptions)),
Microsoft.CodeAnalysis.Remote.Razor (1)
NestedFiles\RemoteAddNestedFileService.cs (1)
57var nestedFileUri = LspFactory.CreateFilePathUri(nestedFilePath, _languageServerFeatureOptions);