1 write to AnalyzerConfigDocuments
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
91this.AnalyzerConfigDocuments = new List<TestHostDocument>();
5 references to AnalyzerConfigDocuments
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
Workspaces\TestWorkspace.cs (4)
172foreach (var document in AnalyzerConfigDocuments) 208this.AnalyzerConfigDocuments.Add(doc); 250!AnalyzerConfigDocuments.Contains(hostDocument)) 265=> this.AnalyzerConfigDocuments.FirstOrDefault(d => d.Id == documentId);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
1093var id = workspace.AnalyzerConfigDocuments.First().Id;