8 references to Length
System.Security.Cryptography (8)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (7)
58
/// Does not ensure there is a null char after <see cref="
Length
"/>
70
/// <param name="terminate">Ensures that the builder has a null char after <see cref="
Length
"/></param>
75
EnsureCapacity(
Length
+ 1);
76
_chars[
Length
] = '\0';
103
/// <param name="terminate">Ensures that the builder has a null char after <see cref="
Length
"/></param>
108
EnsureCapacity(
Length
+ 1);
109
_chars[
Length
] = '\0';
System\Security\Cryptography\X509Certificates\X500NameEncoder.ManagedDecode.cs (1)
134
if (addTrailingDelimiter && decodedName.
Length
> 0)