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