2 references to GetNextGroup
Microsoft.Extensions.Identity.Core (2)
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);