1 implementation of DiscardSolutionUpdateAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
176
public ValueTask
DiscardSolutionUpdateAsync
(DebuggingSessionId sessionId, CancellationToken cancellationToken)
1 reference to DiscardSolutionUpdateAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (1)
110
(service, cancellationToken) => service.
DiscardSolutionUpdateAsync
(sessionId, cancellationToken),