1 write to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
192_analyzerConfigFiles = new BatchingDocumentCollection(this,
6 references to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
619analyzerConfigDocumentsToOpen = _analyzerConfigFiles.UpdateSolutionForBatch( 651_analyzerConfigFiles.ClearBatchState(); 911_analyzerConfigFiles.AddFile(fullPath, SourceCodeKind.Regular, folders: default); 915=> _analyzerConfigFiles.ContainsFile(fullPath); 918=> _analyzerConfigFiles.RemoveFile(fullPath); 1253await _analyzerConfigFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);