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