2 writes to _executor
vstest.console (2)
Processors\HelpArgumentProcessor.cs (2)
42
get =>
_executor
??= new Lazy<IArgumentExecutor>(() => new HelpArgumentExecutor());
44
set =>
_executor
= value;