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);
1022
await
_analyzerConfigFiles
.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);