5 references to GetTestAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Workspaces\EditorTestHostDocument.cs (1)
185else if (workspace.GetTestAnalyzerConfigDocument(linkedId) is { } testAnalyzerConfigDocument)
Workspaces\EditorTestWorkspace.cs (2)
160var testDocument = this.GetTestAnalyzerConfigDocument(document); 188var testDocument = GetTestAnalyzerConfigDocument(documentId);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Workspaces\TestWorkspace`1.cs (2)
437var hostDocument = this.GetTestAnalyzerConfigDocument(documentId); 499var testDocument = this.GetTestAnalyzerConfigDocument(documentId);