7 references to Length
System.Private.Windows.Core (7)
System\Text\ValueStringBuilder.cs (7)
72/// Get a pinnable reference to the builder. Does not ensure there is a null char after <see cref="Length"/> 85/// <param name="terminate">Ensures that the builder has a null char after <see cref="Length"/></param> 90EnsureCapacity(Length + 1); 91_chars[Length] = '\0'; 123/// <param name="terminate">Ensures that the builder has a null char after <see cref="Length"/></param> 128EnsureCapacity(Length + 1); 129_chars[Length] = '\0';