6 references to Base64EncoderChar
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Encoder.cs (1)
162
EncodeTo(default(
Base64EncoderChar
), source, MemoryMarshal.Cast<char, ushort>(destination), out bytesConsumed, out charsWritten, isFinalBlock);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlEncoder.cs (5)
347
default(
Base64EncoderChar
).StoreVector512ToDestination(dest, destStart, destLength, str);
351
default(
Base64EncoderChar
).StoreVector256ToDestination(dest, destStart, destLength, str);
355
default(
Base64EncoderChar
).StoreVector128ToDestination(dest, destStart, destLength, str);
361
default(
Base64EncoderChar
).StoreArmVector128x4ToDestination(dest, destStart, destLength, res1, res2, res3, res4);
366
default(
Base64EncoderChar
).EncodeThreeAndWrite(threeBytes, destination, ref encodingMap);