2 instantiations of TestDocumentLoader
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostDocument.cs (2)
151_loader = new TestDocumentLoader(this, _initialText); 175_loader = new TestDocumentLoader(this, text);
1 reference to TestDocumentLoader
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestHostDocument.cs (1)
52private readonly TestDocumentLoader _loader;