2 references to RunServerAsync
InteractiveHost32 (1)
src\Interactive\HostProcess\InteractiveHostEntryPoint.cs (1)
57
await InteractiveHost.Service.
RunServerAsync
(pipeName, clientProcessId, invokeOnMainThread).ConfigureAwait(false);
InteractiveHost64 (1)
src\Interactive\HostProcess\InteractiveHostEntryPoint.cs (1)
57
await InteractiveHost.Service.
RunServerAsync
(pipeName, clientProcessId, invokeOnMainThread).ConfigureAwait(false);