3 references to ProcessRegularFileChangesAsync
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
1189await _sourceFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false); 1190await _additionalFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false); 1191await _analyzerConfigFiles.ProcessRegularFileChangesAsync(filePaths).ConfigureAwait(false);