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)
970if (_liveStreamingEnabled) 1004if (liveOutputStreamingState != true || _liveStreamingEnabled) 1037return _liveStreamingEnabled ? string.Empty : string.Join(Environment.NewLine, _lines);