1 write to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
175_analyzerConfigFiles = new BatchingDocumentCollection(this,
5 references to _analyzerConfigFiles
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.cs (5)
548_analyzerConfigFiles.UpdateSolutionForBatch( 738_analyzerConfigFiles.AddFile(fullPath, SourceCodeKind.Regular, folders: default); 742=> _analyzerConfigFiles.ContainsFile(fullPath); 745=> _analyzerConfigFiles.RemoveFile(fullPath); 1022await _analyzerConfigFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);