4 references to GetTestAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestWorkspace.cs (2)
151var testDocument = this.GetTestAnalyzerConfigDocument(document); 179var testDocument = GetTestAnalyzerConfigDocument(documentId);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Workspaces\TestWorkspace`1.cs (2)
456var hostDocument = this.GetTestAnalyzerConfigDocument(documentId); 520var testDocument = this.GetTestAnalyzerConfigDocument(documentId);