2 references to TryGetArgs
Microsoft.Build (2)
Evaluation\Expander\WellKnownFunctions.cs (2)
74if (ParseArgs.TryGetArgs(args, out arg0, out arg1, out arg2) && arg0 != null && arg1 != null && arg2 != null) 864if (ParseArgs.TryGetArgs(args, out string? arg1, out string? arg2, out string? arg3) && arg1 != null && arg2 != null && arg3 != null)