4 implementations of EncodeThreeAndWrite
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (2)
809
public unsafe void
EncodeThreeAndWrite
(byte* threeBytes, byte* destination, ref byte encodingMap)
898
public unsafe void
EncodeThreeAndWrite
(byte* threeBytes, ushort* destination, ref byte encodingMap)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlEncoder.cs (2)
309
public unsafe void
EncodeThreeAndWrite
(byte* threeBytes, byte* destination, ref byte encodingMap) =>
365
public unsafe void
EncodeThreeAndWrite
(byte* threeBytes, ushort* destination, ref byte encodingMap) =>
1 reference to EncodeThreeAndWrite
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (1)
89
encoder.
EncodeThreeAndWrite
(src, dest, ref encodingMap);