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)
113private readonly BatchingDocumentCollection _sourceFiles; 114private readonly BatchingDocumentCollection _additionalFiles; 115private readonly BatchingDocumentCollection _analyzerConfigFiles;