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