2 references to InstallCommandArgumentName
vstest.console.arm64 (2)
parent\vstest.console\Processors\AeDebuggerArgumentProcessor.cs (2)
101
aeDebuggerArgumentList.Where(x => !x.Equals(
InstallCommandArgumentName
, StringComparison.OrdinalIgnoreCase) &&
105
if (aeDebuggerArgumentList.Contains(
InstallCommandArgumentName
, StringComparer.OrdinalIgnoreCase))