8 references to Length
System.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';
System.Private.Windows.Core.Tests (1)
System\Text\ValueStringBuilderTests.cs (1)
50
builder.
Length
.Should().Be(5);