1 write to Bytes
System.Private.Xml (1)
src\runtime\src\libraries\Common\src\System\HexConverter.cs (1)
224
SpanCasingPair args = new() {
Bytes
= bytes, Casing = casing };
1 reference to Bytes
System.Private.Xml (1)
src\runtime\src\libraries\Common\src\System\HexConverter.cs (1)
226
EncodeToUtf16(args.
Bytes
, chars, args.Casing));