2 writes to _executor
vstest.console.arm64 (2)
parent\vstest.console\Processors\EnableDiagArgumentProcessor.cs (2)
63get => _executor ??= new Lazy<IArgumentExecutor>(() => new EnableDiagArgumentExecutor(_fileHelper, new ProcessHelper())); 65set => _executor = value;