2 references to ParentProcessIdArgument
testhost (2)
parent\testhost.x86\DefaultEngineInvoker.cs (2)
215
var hasParentProcessArgument = CommandLineArgumentsHelper.TryGetIntArgFromDict(argsDictionary,
ParentProcessIdArgument
, out var parentProcessId);
219
throw new ArgumentException($"Argument {
ParentProcessIdArgument
} was not specified.");