1 write to AnalyzerConfigDocuments
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
90
this.
AnalyzerConfigDocuments
= [];
4 references to AnalyzerConfigDocuments
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\EditorTestWorkspace.cs (1)
122
foreach (var document in
AnalyzerConfigDocuments
)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (3)
Workspaces\TestWorkspace`1.cs (3)
269
this.
AnalyzerConfigDocuments
.Add(doc);
311
!
AnalyzerConfigDocuments
.Contains(hostDocument))
326
=> this.
AnalyzerConfigDocuments
.FirstOrDefault(d => d.Id == documentId);