1 write to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
176
_sourceFiles
= new BatchingDocumentCollection(
12 references to _sourceFiles
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\ProjectSystem\ProjectSystemProject.cs (12)
583
documentsToOpen =
_sourceFiles
.UpdateSolutionForBatch(
629
_sourceFiles
.ClearBatchState();
831
=>
_sourceFiles
.AddFile(fullPath, sourceCodeKind, folders);
850
return
_sourceFiles
.AddTextContainer(textContainer, fullPath, sourceCodeKind, folders, designTimeOnly, documentServiceProvider);
854
=>
_sourceFiles
.ContainsFile(fullPath);
857
=>
_sourceFiles
.RemoveFile(fullPath);
860
=>
_sourceFiles
.RemoveTextContainer(textContainer);
957
_sourceFiles
.AddDynamicFile_NoLock(providerForFileInfo, fileInfo, folders);
994
provider =
_sourceFiles
.RemoveDynamicFile_NoLock(sourceFilePath);
1018
_sourceFiles
.ProcessDynamicFileChange(dynamicFilePath, fileInfoPath);
1189
await
_sourceFiles
.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);
1406
=>
_sourceFiles
.ReorderFiles(filePaths);