3 instantiations of BatchingDocumentCollection
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
140
_sourceFiles = new
BatchingDocumentCollection
(
148
_additionalFiles = new
BatchingDocumentCollection
(this,
155
_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;