1 write to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
191
_analyzerConfigFiles
= new BatchingDocumentCollection(this,
6 references to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
599
analyzerConfigDocumentsToOpen =
_analyzerConfigFiles
.UpdateSolutionForBatch(
631
_analyzerConfigFiles
.ClearBatchState();
883
_analyzerConfigFiles
.AddFile(fullPath, SourceCodeKind.Regular, folders: default);
887
=>
_analyzerConfigFiles
.ContainsFile(fullPath);
890
=>
_analyzerConfigFiles
.RemoveFile(fullPath);
1191
await
_analyzerConfigFiles
.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);