1 write to _pal
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.netcore.cs (1)
127_pal = pal;
5 references to _pal
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.netcore.cs (5)
132Debug.Assert(_pal is not null); 133return _pal; 136internal partial bool HasValue() => _pal is not null; 140Debug.Assert(_pal is not null); 142return new X509Certificate2(_pal);