2 references to GetNextGroup
Microsoft.AspNetCore.Identity.FunctionalTests (2)
src\Identity\Extensions.Core\src\Base32.cs (2)
35int numCharsToOutput = GetNextGroup(bytes, ref offset, out a, out b, out c, out d, out e, out f, out g, out h); 59int numCharsToOutput = GetNextGroup(input, ref offset, out a, out b, out c, out d, out e, out f, out g, out h);