8 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>
90
EnsureCapacity(
Length
+ 1);
91
_chars[
Length
] = '\0';
123
/// <param name="terminate">Ensures that the builder has a null char after <see cref="
Length
"/></param>
128
EnsureCapacity(
Length
+ 1);
129
_chars[
Length
] = '\0';
System.Private.Windows.Core.Tests (1)
System\Text\ValueStringBuilderTests.cs (1)
50
builder.
Length
.Should().Be(5);