3 writes to _standardOutputCollector
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (3)
124
Volatile.Write(ref
_standardOutputCollector
, stdOutBuilder);
270
Volatile.Write(ref
_standardOutputCollector
, null);
910
Volatile.Read(ref
_standardOutputCollector
)?.FlushBufferedOutputIfLiveStreamingEnabled(liveOutputStreamingState);