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)
132
Debug.Assert(
_pal
is not null);
133
return
_pal
;
136
internal partial bool HasValue() =>
_pal
is not null;
140
Debug.Assert(
_pal
is not null);
142
return new X509Certificate2(
_pal
);