1 write to _argument
vstest.console (1)
Processors\AeDebuggerArgumentProcessor.cs (1)
88
public void Initialize(string? argument) =>
_argument
= argument;
3 references to _argument
vstest.console (3)
Processors\AeDebuggerArgumentProcessor.cs (3)
92
string exceptionMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidAeDebuggerArgument,
_argument
?? "");
93
if (StringUtils.IsNullOrEmpty(
_argument
))
99
string[] aeDebuggerArgumentList = ArgumentProcessorUtilities.GetArgumentList(
_argument
, ArgumentProcessorUtilities.SemiColonArgumentSeparator, exceptionMessage);