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