7 references to Length
Microsoft.AspNetCore.WebSockets (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>
76
EnsureCapacity(
Length
+ 1);
77
_chars[
Length
] = '\0';
104
/// <param name="terminate">Ensures that the builder has a null char after <see cref="
Length
"/></param>
109
EnsureCapacity(
Length
+ 1);
110
_chars[
Length
] = '\0';