1 write to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
164
_sourceFiles
= new BatchingDocumentCollection(
12 references to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\ProjectSystem\ProjectSystemProject.cs (12)
593
documentsToOpen =
_sourceFiles
.UpdateSolutionForBatch(
639
_sourceFiles
.ClearBatchState();
849
=>
_sourceFiles
.AddFile(fullPath, sourceCodeKind, folders);
868
return
_sourceFiles
.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider);
872
=>
_sourceFiles
.ContainsFile(fullPath);
875
=>
_sourceFiles
.RemoveFile(fullPath);
878
=>
_sourceFiles
.RemoveTextContainer(textContainer);
975
_sourceFiles
.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders);
1012
provider =
_sourceFiles
.RemoveDynamicFile_NoLock(sourceFilePath);
1036
_sourceFiles
.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath);
1207
await
_sourceFiles
.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);
1424
=>
_sourceFiles
.ReorderFiles(filePaths);