2 references to GetByteCount
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.Integer.cs (1)
285
WriteLength(value.
GetByteCount
());
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
1310
/// <summary>Shared logic for <see cref="ToByteArray(bool, bool)"/>, <see cref="TryWriteBytes(Span{byte}, out int, bool, bool)"/>, and <see cref="
GetByteCount
"/>.</summary>