4 references to IsWhiteSpaceCharacter
System.Security.Cryptography (4)
System\Security\Cryptography\PemEncoding.cs (4)
152if (preebIndex > 0 && !IsWhiteSpaceCharacter(pemData[preebIndex - 1], T.Whitespace)) 236!IsWhiteSpaceCharacter(pemData[pemEndIndex], T.Whitespace)) 343for (; start < str.Length && IsWhiteSpaceCharacter(str[start], T.Whitespace); start++); 344for (; end > start && IsWhiteSpaceCharacter(str[end], T.Whitespace); end--);