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)
584documentsToOpen = _sourceFiles.UpdateSolutionForBatch( 630_sourceFiles.ClearBatchState(); 832=> _sourceFiles.AddFile(fullPath, sourceCodeKind, folders); 851return _sourceFiles.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider); 855=> _sourceFiles.ContainsFile(fullPath); 858=> _sourceFiles.RemoveFile(fullPath); 861=> _sourceFiles.RemoveTextContainer(textContainer); 958_sourceFiles.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders); 995provider = _sourceFiles.RemoveDynamicFile_NoLock(sourceFilePath); 1019_sourceFiles.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath); 1190await _sourceFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false); 1407=> _sourceFiles.ReorderFiles(filePaths);