1 write to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
177_sourceFiles = new BatchingDocumentCollection(
12 references to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\ProjectSystem\ProjectSystemProject.cs (12)
603documentsToOpen = _sourceFiles.UpdateSolutionForBatch( 649_sourceFiles.ClearBatchState(); 859=> _sourceFiles.AddFile(fullPath, sourceCodeKind, folders); 878return _sourceFiles.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider); 882=> _sourceFiles.ContainsFile(fullPath); 885=> _sourceFiles.RemoveFile(fullPath); 888=> _sourceFiles.RemoveTextContainer(textContainer); 985_sourceFiles.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders); 1022provider = _sourceFiles.RemoveDynamicFile_NoLock(sourceFilePath); 1046_sourceFiles.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath); 1251await _sourceFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false); 1468=> _sourceFiles.ReorderFiles(filePaths);