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