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