2 writes to _executor
vstest.console (2)
Processors\CollectArgumentProcessor.cs (2)
57get => _executor ??= new Lazy<IArgumentExecutor>(() => 60set => _executor = value;