1 write to totalAllocatedShortStrings
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1766totalAllocatedShortStrings += text.Length;
1 reference to totalAllocatedShortStrings
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1764if (text.Length <= StringSizeThreshold && totalAllocatedShortStrings < 1_000_000_000)