1 implementation of GetSpansAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
32
public ValueTask<ImmutableArray<ActiveStatementSpan>>
GetSpansAsync
(RemoteServiceCallbackId callbackId, DocumentId? documentId, string filePath, CancellationToken cancellationToken)
1 reference to GetSpansAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
78
=> new((documentId, filePath, cancellationToken) => _callback.InvokeAsync((callback, cancellationToken) => callback.
GetSpansAsync
(callbackId, documentId, filePath, cancellationToken), cancellationToken));