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)
584
documentsToOpen =
_sourceFiles
.UpdateSolutionForBatch(
630
_sourceFiles
.ClearBatchState();
832
=>
_sourceFiles
.AddFile(fullPath, sourceCodeKind, folders);
851
return
_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);
995
provider =
_sourceFiles
.RemoveDynamicFile_NoLock(sourceFilePath);
1019
_sourceFiles
.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath);
1190
await
_sourceFiles
.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);
1407
=>
_sourceFiles
.ReorderFiles(filePaths);