2 writes to _liveStreamingEnabled
dotnet (2)
Commands\Test\MTP\TestApplication.cs (2)
986
_liveStreamingEnabled
= true;
1009
_liveStreamingEnabled
= true;
3 references to _liveStreamingEnabled
dotnet (3)
Commands\Test\MTP\TestApplication.cs (3)
970
if (
_liveStreamingEnabled
)
1004
if (liveOutputStreamingState != true ||
_liveStreamingEnabled
)
1037
return
_liveStreamingEnabled
? string.Empty : string.Join(Environment.NewLine, _lines);