1 write to _binaryLogger
dotnet (1)
Commands\Run\RunCommandSelector.cs (1)
111
_binaryLogger
= binaryLogger;
2 references to _binaryLogger
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
627
if (
_binaryLogger
is not null)
628
yield return
_binaryLogger
;