2 instantiations of BatchingDocumentCollection
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
176
_sourceFiles = new
BatchingDocumentCollection
(
184
_additionalFiles = new
BatchingDocumentCollection
(this,
4 references to BatchingDocumentCollection
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.cs (4)
143
/// We use the same string comparer as in the <see cref="
BatchingDocumentCollection
"/> used by _sourceFiles, below, as these
148
private readonly
BatchingDocumentCollection
_sourceFiles;
149
private readonly
BatchingDocumentCollection
_additionalFiles;
150
private readonly
BatchingDocumentCollection
_analyzerConfigFiles;