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