1 implementation of PrepareModuleForUpdateAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
52
public ValueTask
PrepareModuleForUpdateAsync
(RemoteServiceCallbackId callbackId, Guid mvid, CancellationToken cancellationToken)
1 reference to PrepareModuleForUpdateAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
50
=> _callback.InvokeAsync((callback, cancellationToken) => callback.
PrepareModuleForUpdateAsync
(_callbackId, moduleVersionId, cancellationToken), cancellationToken);