2 writes to _executor
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\ResultsDirectoryArgumentProcessor.cs (2)
43get => _executor ??= new Lazy<IArgumentExecutor>(() => 46set => _executor = value;