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)
585
documentsToOpen =
_sourceFiles
.UpdateSolutionForBatch(
631
_sourceFiles
.ClearBatchState();
833
=>
_sourceFiles
.AddFile(fullPath, sourceCodeKind, folders);
852
return
_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);
996
provider =
_sourceFiles
.RemoveDynamicFile_NoLock(sourceFilePath);
1020
_sourceFiles
.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath);
1225
await
_sourceFiles
.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);
1442
=>
_sourceFiles
.ReorderFiles(filePaths);