2 writes to _sharedStringBuilder
Microsoft.Build (2)
Logging\BaseConsoleLogger.cs (2)
1208
StringBuilder shared = Interlocked.Exchange(ref
_sharedStringBuilder
, null);
1265
StringBuilder previous = Interlocked.CompareExchange(ref
_sharedStringBuilder
, builder, null);