2 writes to _executor
vstest.console (2)
Processors\InIsolationArgumentProcessor.cs (2)
47get => _executor ??= new Lazy<IArgumentExecutor>(() => 50set => _executor = value;