2 references to ThrowIfFalse
InteractiveHost32 (1)
src\Interactive\HostProcess\InteractiveHostEntryPoint.cs (1)
24
Contract.
ThrowIfFalse
(args.Length == 4, "Expecting arguments: <pipe name> <client process id> <culture name> <ui culture name>");
InteractiveHost64 (1)
src\Interactive\HostProcess\InteractiveHostEntryPoint.cs (1)
24
Contract.
ThrowIfFalse
(args.Length == 4, "Expecting arguments: <pipe name> <client process id> <culture name> <ui culture name>");