1 write to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
178_sourceFiles = new BatchingDocumentCollection(
12 references to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\ProjectSystem\ProjectSystemProject.cs (12)
585documentsToOpen = _sourceFiles.UpdateSolutionForBatch( 631_sourceFiles.ClearBatchState(); 833=> _sourceFiles.AddFile(fullPath, sourceCodeKind, folders); 852return _sourceFiles.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider); 856=> _sourceFiles.ContainsFile(fullPath); 859=> _sourceFiles.RemoveFile(fullPath); 862=> _sourceFiles.RemoveTextContainer(textContainer); 959_sourceFiles.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders); 996provider = _sourceFiles.RemoveDynamicFile_NoLock(sourceFilePath); 1020_sourceFiles.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath); 1225await _sourceFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false); 1442=> _sourceFiles.ReorderFiles(filePaths);