2 references to Deserialize
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.cs (2)
272
=> (await InvokeRemoteAsync<RemoteExecutionResult.Data>(targetName, arguments).ConfigureAwait(false))?.
Deserialize
() ?? default;
286
=> (await InvokeRemoteAsync<RemoteExecutionResult.Data>(remoteService, targetName, arguments).ConfigureAwait(false))?.
Deserialize
() ?? default;