1 write to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
160_sourceFiles = new BatchingDocumentCollection(
11 references to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\ProjectSystem\ProjectSystemProject.cs (11)
522_sourceFiles.UpdateSolutionForBatch( 686=> _sourceFiles.AddFile(fullPath, sourceCodeKind, folders); 705return _sourceFiles.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider); 709=> _sourceFiles.ContainsFile(fullPath); 712=> _sourceFiles.RemoveFile(fullPath); 715=> _sourceFiles.RemoveTextContainer(textContainer); 812_sourceFiles.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders); 849provider = _sourceFiles.RemoveDynamicFile_NoLock(sourceFilePath); 873_sourceFiles.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath); 1020await _sourceFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false); 1317=> _sourceFiles.ReorderFiles(filePaths);