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