1 implementation of UpdateBaselinesAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
188public ValueTask UpdateBaselinesAsync(Checksum solutionChecksum, DebuggingSessionId sessionId, ImmutableArray<ProjectId> rebuiltProjects, CancellationToken cancellationToken)
1 reference to UpdateBaselinesAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
125(service, solutionInfo, cancellationToken) => service.UpdateBaselinesAsync(solutionInfo, sessionId, rebuiltProjects, cancellationToken),