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