1 write to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
189_analyzerConfigFiles = new BatchingDocumentCollection(this,
6 references to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
579analyzerConfigDocumentsToOpen = _analyzerConfigFiles.UpdateSolutionForBatch( 611_analyzerConfigFiles.ClearBatchState(); 824_analyzerConfigFiles.AddFile(fullPath, SourceCodeKind.Regular, folders: default); 828=> _analyzerConfigFiles.ContainsFile(fullPath); 831=> _analyzerConfigFiles.RemoveFile(fullPath); 1082await _analyzerConfigFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);