1 implementation of UpdateBaselines
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
252public void UpdateBaselines(DebuggingSessionId sessionId, Solution solution, ImmutableArray<ProjectId> rebuiltProjects)
2 references to UpdateBaselines
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
148GetLocalService().UpdateBaselines(sessionId, solution, rebuiltProjects);
ExternalAccess\Watch\Api\WatchHotReloadService.cs (1)
336_encService.UpdateBaselines(sessionId, solution, projectIds);