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