5 references to GetTestAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
Workspaces\TestHostDocument.cs (1)
292else if (workspace.GetTestAnalyzerConfigDocument(linkedId) is { } testAnalyzerConfigDocument)
Workspaces\TestWorkspace.cs (4)
378var testDocument = this.GetTestAnalyzerConfigDocument(document); 393var hostDocument = this.GetTestAnalyzerConfigDocument(documentId); 719var testDocument = GetTestAnalyzerConfigDocument(documentId); 727var testDocument = this.GetTestAnalyzerConfigDocument(documentId);