3 references to ContainsNull
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (3)
174password = password.ContainsNull() ? "".AsSpan() : default; 234password = password.ContainsNull() ? "".AsSpan() : default; 1133password = password.ContainsNull() ? "".AsSpan() : default;