4 references to GetTestAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestWorkspace.cs (2)
176var testDocument = this.GetTestAnalyzerConfigDocument(document); 204var testDocument = GetTestAnalyzerConfigDocument(documentId);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Workspaces\TestWorkspace`1.cs (2)
437var hostDocument = this.GetTestAnalyzerConfigDocument(documentId); 499var testDocument = this.GetTestAnalyzerConfigDocument(documentId);