7 references to Length
Microsoft.Private.Windows.Core (7)
System\Text\ValueStringBuilder.cs (7)
70
/// Get a pinnable reference to the builder. Does not ensure there is a null char after <see cref="
Length
"/>
83
/// <param name="terminate">Ensures that the builder has a null char after <see cref="
Length
"/></param>
88
EnsureCapacity(
Length
+ 1);
89
_chars[
Length
] = '\0';
121
/// <param name="terminate">Ensures that the builder has a null char after <see cref="
Length
"/></param>
126
EnsureCapacity(
Length
+ 1);
127
_chars[
Length
] = '\0';