3 instantiations of BatchingDocumentCollection
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
141
_sourceFiles = new
BatchingDocumentCollection
(
149
_additionalFiles = new
BatchingDocumentCollection
(this,
156
_analyzerConfigFiles = new
BatchingDocumentCollection
(this,
3 references to BatchingDocumentCollection
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
113
private readonly
BatchingDocumentCollection
_sourceFiles;
114
private readonly
BatchingDocumentCollection
_additionalFiles;
115
private readonly
BatchingDocumentCollection
_analyzerConfigFiles;