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