5 references to WithTextLoader
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace.cs (4)
2072
=> CreateDocumentInfoWithoutText(doc).
WithTextLoader
(TextLoader.From(TextAndVersion.Create(doc.GetTextSynchronously(CancellationToken.None), VersionStamp.Create(), doc.FilePath)));
2239
this.OnDocumentAdded(info.
WithTextLoader
(TextLoader.From(TextAndVersion.Create(text, VersionStamp.Create()))));
2283
this.OnAdditionalDocumentAdded(info.
WithTextLoader
(TextLoader.From(TextAndVersion.Create(text, VersionStamp.Create()))));
2316
this.OnAnalyzerConfigDocumentAdded(info.
WithTextLoader
(TextLoader.From(TextAndVersion.Create(text, VersionStamp.Create()))));
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\DocumentInfoTests.cs (1)
111
SolutionTestHelpers.TestProperty(instance, (old, value) => old.
WithTextLoader
(value), opt => opt.TextLoader, (TextLoader)new TestTextLoader("text"));