3 references to WithUpToDateSourceGeneratorDocuments
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ActiveStatementTrackingService.cs (1)
205
solution = solution.
WithUpToDateSourceGeneratorDocuments
(openDocumentIds.Select(static d => d.ProjectId));
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (1)
535
solution = solution.
WithUpToDateSourceGeneratorDocuments
(solution.ProjectIds);
EditAndContinue\EditAndContinueService.cs (1)
163
solution = solution.
WithUpToDateSourceGeneratorDocuments
(solution.ProjectIds);