1 write to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
156_analyzerConfigFiles = new BatchingDocumentCollection(this,
6 references to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
586analyzerConfigDocumentsToOpen = _analyzerConfigFiles.UpdateSolutionForBatch( 618_analyzerConfigFiles.ClearBatchState(); 878_analyzerConfigFiles.AddFile(fullPath, SourceCodeKind.Regular, folders: default); 882=> _analyzerConfigFiles.ContainsFile(fullPath); 885=> _analyzerConfigFiles.RemoveFile(fullPath); 1056await _analyzerConfigFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);