Implemented interface member:
method
TryDecode256Core
System.Buffers.Text.Base64Helper.IBase64Decoder<T>.TryDecode256Core(System.Runtime.Intrinsics.Vector256<System.SByte>, System.Runtime.Intrinsics.Vector256<System.SByte>, System.Runtime.Intrinsics.Vector256<System.SByte>, System.Runtime.Intrinsics.Vector256<System.SByte>, System.Runtime.Intrinsics.Vector256<System.SByte>, System.Runtime.Intrinsics.Vector256<System.SByte>, System.Runtime.Intrinsics.Vector256<System.SByte>, out System.Runtime.Intrinsics.Vector256<System.SByte>)
1 reference to TryDecode256Core
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (1)
1648default(Base64DecoderByte).TryDecode256Core(str, hiNibbles, maskSlashOrUnderscore, lutLow, lutHigh, lutShift, shiftForUnderscore, out result);