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