3 instantiations of BatchingDocumentCollection
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
160
_sourceFiles = new
BatchingDocumentCollection
(
168
_additionalFiles = new
BatchingDocumentCollection
(this,
175
_analyzerConfigFiles = new
BatchingDocumentCollection
(this,
4 references to BatchingDocumentCollection
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.cs (4)
127
/// We use the same string comparer as in the <see cref="
BatchingDocumentCollection
"/> used by _sourceFiles, below, as these
132
private readonly
BatchingDocumentCollection
_sourceFiles;
133
private readonly
BatchingDocumentCollection
_additionalFiles;
134
private readonly
BatchingDocumentCollection
_analyzerConfigFiles;