3 writes to _standardErrorCollector
dotnet (3)
Commands\Test\MTP\TestApplication.cs (3)
125
Volatile.Write(ref
_standardErrorCollector
, stdErrBuilder);
271
Volatile.Write(ref
_standardErrorCollector
, null);
911
Volatile.Read(ref
_standardErrorCollector
)?.FlushBufferedOutputIfLiveStreamingEnabled(liveOutputStreamingState);