1 write to _callbackId
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
59
_callbackId
= callbackId;
1 reference to _callbackId
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
63
=> _callback.InvokeAsync((callback, cancellationToken) => callback.TryGetMatchingSourceTextAsync(
_callbackId
, filePath, requiredChecksum, checksumAlgorithm, cancellationToken), cancellationToken);