4 references to UpdateBaselines
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
257debuggingSession.UpdateBaselines(solution, rebuiltProjects);
Microsoft.CodeAnalysis.Features.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
1262debuggingSession.UpdateBaselines(solution.WithDocumentText(documentId, CreateText(source0)), [projectId]); 1485debuggingSession.UpdateBaselines(solution, results.ProjectsToRebuild); 3712debuggingSession.UpdateBaselines(solution, rebuiltProjects: [projectBId]);