3 references to ExecuteRemoteAsync
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.cs (3)
367return ExecuteRemoteAsync(nameof(Service.ExecuteAsync), code); 382return ExecuteRemoteAsync(nameof(Service.ExecuteFileAsync), path); 408return ExecuteRemoteAsync(nameof(Service.SetPathsAsync), referenceSearchPaths, sourceSearchPaths, baseDirectory);