1 write to StringLength
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1776stringPosition.StringLength = text.Length;
2 references to StringLength
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (2)
1790stringBuilder!.Length = position.StringLength; 1791for (int i = 0; i < position.StringLength; i++)