2 writes to _prefixWidth
Microsoft.Build (2)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
210
_prefixWidth
= 0;
1618
_prefixWidth
= prefixString.Length;
2 references to _prefixWidth
Microsoft.Build (2)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
1400
int adjustedPrefixWidth =
_prefixWidth
+ prefixAdjustment;
1616
if (
_prefixWidth
== 0)