6 instantiations of SourceTextLoader
Microsoft.CodeAnalysis.LanguageServer (4)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (2)
165var canonicalLoader = new SourceTextLoader(canonicalText, canonicalDocumentPath); 186loader: new SourceTextLoader(documentText, documentPath),
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
123var 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);
4 references to SourceTextLoader
Microsoft.CodeAnalysis.LanguageServer (2)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (1)
165var canonicalLoader = new SourceTextLoader(canonicalText, canonicalDocumentPath);
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
123var 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);