4 references to GetTestAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestWorkspace.cs (2)
155
var testDocument = this.
GetTestAnalyzerConfigDocument
(document);
183
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);