1 write to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
164_sourceFiles = new BatchingDocumentCollection(
12 references to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\ProjectSystem\ProjectSystemProject.cs (12)
593documentsToOpen = _sourceFiles.UpdateSolutionForBatch( 639_sourceFiles.ClearBatchState(); 849=> _sourceFiles.AddFile(fullPath, sourceCodeKind, folders); 868return _sourceFiles.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider); 872=> _sourceFiles.ContainsFile(fullPath); 875=> _sourceFiles.RemoveFile(fullPath); 878=> _sourceFiles.RemoveTextContainer(textContainer); 975_sourceFiles.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders); 1012provider = _sourceFiles.RemoveDynamicFile_NoLock(sourceFilePath); 1036_sourceFiles.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath); 1207await _sourceFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false); 1424=> _sourceFiles.ReorderFiles(filePaths);