4 instantiations of SourceTextLoader
Microsoft.CodeAnalysis.LanguageServer (2)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
92var sourceTextLoader = new SourceTextLoader(documentText, documentFilePath);
HostWorkspace\LanguageServerWorkspace.cs (1)
122loader = new SourceTextLoader(documentText, filePath);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
ExternalAccess\Razor\FormatNewFileHandler.cs (1)
53var fileLoader = new SourceTextLoader(source, filePath);
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
64var sourceTextLoader = new SourceTextLoader(documentText, documentFilePath);
3 references to SourceTextLoader
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
92var sourceTextLoader = new SourceTextLoader(documentText, documentFilePath);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
ExternalAccess\Razor\FormatNewFileHandler.cs (1)
53var fileLoader = new SourceTextLoader(source, filePath);
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
64var sourceTextLoader = new SourceTextLoader(documentText, documentFilePath);