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