1 write to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Remote\RazorRemoteCallbackWrapper.cs (1)
18
=>
UnderlyingObject
= new RemoteCallback<T>(callback);
2 references to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
Remote\RazorRemoteCallbackWrapper.cs (2)
21
=>
UnderlyingObject
.InvokeAsync(invocation, cancellationToken);
24
=>
UnderlyingObject
.InvokeAsync(invocation, cancellationToken);