3 instantiations of BatchingDocumentCollection
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
164
_sourceFiles = new
BatchingDocumentCollection
(
172
_additionalFiles = new
BatchingDocumentCollection
(this,
179
_analyzerConfigFiles = new
BatchingDocumentCollection
(this,
4 references to BatchingDocumentCollection
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.cs (4)
131
/// We use the same string comparer as in the <see cref="
BatchingDocumentCollection
"/> used by _sourceFiles, below, as these
136
private readonly
BatchingDocumentCollection
_sourceFiles;
137
private readonly
BatchingDocumentCollection
_additionalFiles;
138
private readonly
BatchingDocumentCollection
_analyzerConfigFiles;