4 implementations of DecodeWithWhiteSpaceBlockwiseWrapper
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (2)
1661
public OperationStatus
DecodeWithWhiteSpaceBlockwiseWrapper
<TBase64Decoder>(TBase64Decoder decoder, ReadOnlySpan<byte> utf8,
1878
public OperationStatus
DecodeWithWhiteSpaceBlockwiseWrapper
<TBase64Decoder>(TBase64Decoder decoder, ReadOnlySpan<ushort> source,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (2)
479
public OperationStatus
DecodeWithWhiteSpaceBlockwiseWrapper
<TBase64Decoder>(TBase64Decoder decoder, ReadOnlySpan<byte> utf8, Span<byte> bytes,
564
public OperationStatus
DecodeWithWhiteSpaceBlockwiseWrapper
<TBase64Decoder>(TBase64Decoder decoder, ReadOnlySpan<ushort> source, Span<byte> bytes,
1 reference to DecodeWithWhiteSpaceBlockwiseWrapper
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (1)
307
return decoder.
DecodeWithWhiteSpaceBlockwiseWrapper
(decoder, source, bytes, ref bytesConsumed, ref bytesWritten, isFinalBlock);