2 writes to _liveStreamingEnabled
dotnet (2)
Commands\Test\MTP\TestApplication.cs (2)
476
_liveStreamingEnabled
= true;
497
_liveStreamingEnabled
= true;
2 references to _liveStreamingEnabled
dotnet (2)
Commands\Test\MTP\TestApplication.cs (2)
470
if (
_liveStreamingEnabled
)
495
if (liveOutputStreamingState == true && !
_liveStreamingEnabled
)