7 references to Length
Microsoft.AspNetCore.Http.Extensions (7)
src\Shared\ValueStringBuilder\ValueStringBuilder.cs (7)
59/// Does not ensure there is a null char after <see cref="Length"/> 71/// <param name="terminate">Ensures that the builder has a null char after <see cref="Length"/></param> 76EnsureCapacity(Length + 1); 77_chars[Length] = '\0'; 104/// <param name="terminate">Ensures that the builder has a null char after <see cref="Length"/></param> 109EnsureCapacity(Length + 1); 110_chars[Length] = '\0';