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