2 references to RunServerAsync
InteractiveHost32 (1)
InteractiveHostEntryPoint.cs (1)
44
await InteractiveHost.Service.
RunServerAsync
(args, invokeOnMainThread).ConfigureAwait(false);
InteractiveHost64 (1)
InteractiveHostEntryPoint.cs (1)
44
await InteractiveHost.Service.
RunServerAsync
(args, invokeOnMainThread).ConfigureAwait(false);