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)
603
documentsToOpen =
_sourceFiles
.UpdateSolutionForBatch(
649
_sourceFiles
.ClearBatchState();
859
=>
_sourceFiles
.AddFile(fullPath, sourceCodeKind, folders);
878
return
_sourceFiles
.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider);
882
=>
_sourceFiles
.ContainsFile(fullPath);
885
=>
_sourceFiles
.RemoveFile(fullPath);
888
=>
_sourceFiles
.RemoveTextContainer(textContainer);
985
_sourceFiles
.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders);
1022
provider =
_sourceFiles
.RemoveDynamicFile_NoLock(sourceFilePath);
1046
_sourceFiles
.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath);
1251
await
_sourceFiles
.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);
1468
=>
_sourceFiles
.ReorderFiles(filePaths);