2 instantiations of SourceTextLoader
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (2)
145
var textLoader = new
SourceTextLoader
(textContainer, fullPath);
352
w.OnDocumentClosed(documentId, new
SourceTextLoader
(textContainer, filePath: null));
1 reference to SourceTextLoader
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
145
var
textLoader = new SourceTextLoader(textContainer, fullPath);