2 instantiations of TestDocumentLoader
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Workspaces\TestHostDocument.cs (2)
126_loader = new TestDocumentLoader(this, InitialText); 144_loader = new TestDocumentLoader(this, text);
1 reference to TestDocumentLoader
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestHostDocument.cs (1)
29private readonly TestDocumentLoader _loader;