2 writes to _executor
vstest.console.arm64 (2)
parent\vstest.console\Processors\CLIRunSettingsArgumentProcessor.cs (2)
55get => _executor ??= new Lazy<IArgumentExecutor>(() => 58set => _executor = value;