1 write to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
193
_analyzerConfigFiles
= new BatchingDocumentCollection(this,
6 references to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
601
analyzerConfigDocumentsToOpen =
_analyzerConfigFiles
.UpdateSolutionForBatch(
633
_analyzerConfigFiles
.ClearBatchState();
885
_analyzerConfigFiles
.AddFile(fullPath, SourceCodeKind.Regular, folders: default);
889
=>
_analyzerConfigFiles
.ContainsFile(fullPath);
892
=>
_analyzerConfigFiles
.RemoveFile(fullPath);
1227
await
_analyzerConfigFiles
.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);