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