1 write to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
176_sourceFiles = new BatchingDocumentCollection(
12 references to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\ProjectSystem\ProjectSystemProject.cs (12)
583documentsToOpen = _sourceFiles.UpdateSolutionForBatch( 629_sourceFiles.ClearBatchState(); 831=> _sourceFiles.AddFile(fullPath, sourceCodeKind, folders); 850return _sourceFiles.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider); 854=> _sourceFiles.ContainsFile(fullPath); 857=> _sourceFiles.RemoveFile(fullPath); 860=> _sourceFiles.RemoveTextContainer(textContainer); 957_sourceFiles.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders); 994provider = _sourceFiles.RemoveDynamicFile_NoLock(sourceFilePath); 1018_sourceFiles.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath); 1189await _sourceFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false); 1406=> _sourceFiles.ReorderFiles(filePaths);