3 references to s_whiteSpace
System.Security.Cryptography (3)
System\Security\Cryptography\Base64Transforms.cs (3)
243if (inputBuffer.ContainsAny(s_whiteSpace)) 251while ((whitespaceIndex = inputBuffer.IndexOfAny(s_whiteSpace)) >= 0) 261while (!inputBuffer.IsEmpty && s_whiteSpace.Contains(inputBuffer[0]));