1 write to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
160
_sourceFiles
= new BatchingDocumentCollection(
11 references to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\ProjectSystem\ProjectSystemProject.cs (11)
522
_sourceFiles
.UpdateSolutionForBatch(
686
=>
_sourceFiles
.AddFile(fullPath, sourceCodeKind, folders);
705
return
_sourceFiles
.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider);
709
=>
_sourceFiles
.ContainsFile(fullPath);
712
=>
_sourceFiles
.RemoveFile(fullPath);
715
=>
_sourceFiles
.RemoveTextContainer(textContainer);
812
_sourceFiles
.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders);
849
provider =
_sourceFiles
.RemoveDynamicFile_NoLock(sourceFilePath);
873
_sourceFiles
.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath);
1020
await
_sourceFiles
.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);
1317
=>
_sourceFiles
.ReorderFiles(filePaths);