4 implementations of EncodeTwoOptionallyPadOne
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (2)
760
public unsafe void
EncodeTwoOptionallyPadOne
(byte* twoBytes, byte* dest, ref byte encodingMap)
848
public unsafe void
EncodeTwoOptionallyPadOne
(byte* twoBytes, ushort* dest, ref byte encodingMap)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlEncoder.cs (2)
271
public unsafe void
EncodeTwoOptionallyPadOne
(byte* twoBytes, byte* dest, ref byte encodingMap)
341
public unsafe void
EncodeTwoOptionallyPadOne
(byte* twoBytes, ushort* dest, ref byte encodingMap) =>
2 references to EncodeTwoOptionallyPadOne
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (2)
113
encoder.
EncodeTwoOptionallyPadOne
(src, dest, ref encodingMap);
625
encoder.
EncodeTwoOptionallyPadOne
(bufferBytes + sourceIndex, bufferBytes + destinationIndex, ref encodingMap);