3 references to Length
System.Text.Json (3)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
69/// Does not ensure there is a null char after <see cref="Length"/>
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (2)
418if (sb.Length > 0) 432Debug.Assert(remainingBits == 0 && sb.Length > 0, "unexpected remaining bits or empty string.");