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