2 writes to _liveStreamingEnabled
dotnet (2)
Commands\Test\MTP\TestApplication.cs (2)
849_liveStreamingEnabled = true; 872_liveStreamingEnabled = true;
3 references to _liveStreamingEnabled
dotnet (3)
Commands\Test\MTP\TestApplication.cs (3)
833if (_liveStreamingEnabled) 867if (liveOutputStreamingState != true || _liveStreamingEnabled) 900return _liveStreamingEnabled ? string.Empty : string.Join(Environment.NewLine, _lines);