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