2 writes to _muxerPath
Microsoft.DotNet.Cli.Utils (2)
Muxer.cs (2)
47
_muxerPath
= muxerPathMaybe;
77
_muxerPath
= processPath;
3 references to _muxerPath
Microsoft.DotNet.Cli.Utils (3)
Muxer.cs (3)
29
if (
_muxerPath
== null)
33
return
_muxerPath
;
51
if (
_muxerPath
is null)