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