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