2 implementations of UpdateBaselines
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
252public void UpdateBaselines(DebuggingSessionId sessionId, Solution solution, ImmutableArray<ProjectId> rebuiltProjects)
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\MockEditAndContinueService.cs (1)
43public void UpdateBaselines(DebuggingSessionId sessionId, Solution solution, ImmutableArray<ProjectId> rebuiltProjects)
4 references to UpdateBaselines
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
119GetLocalService().UpdateBaselines(sessionId, solution, rebuiltProjects);
ExternalAccess\Watch\Api\WatchHotReloadService.cs (1)
263_encService.UpdateBaselines(sessionId, solution, projectIds);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
192GetService().UpdateBaselines(sessionId, solution, rebuiltProjects);
Microsoft.CodeAnalysis.Remote.Workspaces (1)
EditAndContinue\ManagedHotReloadLanguageService.cs (1)
180encService.UpdateBaselines(_debuggingSession.Value, currentCompileTimeSolution, [.. projectIds]);