3 references to ProcessRegularFileChangesAsync
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
1225
await _sourceFiles.
ProcessRegularFileChangesAsync
(filePaths).ConfigureAwait(false);
1226
await _additionalFiles.
ProcessRegularFileChangesAsync
(filePaths).ConfigureAwait(false);
1227
await _analyzerConfigFiles.
ProcessRegularFileChangesAsync
(filePaths).ConfigureAwait(false);