4 implementations of EncodeOneOptionallyPadTwo
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (2)
746
public unsafe void
EncodeOneOptionallyPadTwo
(byte* oneByte, byte* dest, ref byte encodingMap)
840
public unsafe void
EncodeOneOptionallyPadTwo
(byte* oneByte, ushort* dest, ref byte encodingMap)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlEncoder.cs (2)
247
public unsafe void
EncodeOneOptionallyPadTwo
(byte* oneByte, byte* dest, ref byte encodingMap)
337
public unsafe void
EncodeOneOptionallyPadTwo
(byte* oneByte, ushort* dest, ref byte encodingMap) =>
2 references to EncodeOneOptionallyPadTwo
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (2)
107
encoder.
EncodeOneOptionallyPadTwo
(src, dest, ref encodingMap);
621
encoder.
EncodeOneOptionallyPadTwo
(bufferBytes + sourceIndex, bufferBytes + destinationIndex, ref encodingMap);