4 references to GetTestAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestWorkspace.cs (2)
151
var testDocument = this.
GetTestAnalyzerConfigDocument
(document);
179
var testDocument =
GetTestAnalyzerConfigDocument
(documentId);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Workspaces\TestWorkspace`1.cs (2)
456
var hostDocument = this.
GetTestAnalyzerConfigDocument
(documentId);
520
var testDocument = this.
GetTestAnalyzerConfigDocument
(documentId);