3 writes to _storePal
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Store.cs (3)
81
_storePal
= StorePal.FromHandle(storeHandle);
108
_storePal
= StorePal.FromSystemStore(Name!, Location, flags);
213
_storePal
= null;
11 references to _storePal
System.Security.Cryptography (11)
System\Security\Cryptography\X509Certificates\X509Store.cs (11)
82
Debug.Assert(
_storePal
!= null);
89
if (
_storePal
== null)
93
if (
_storePal
.SafeHandle == null)
96
return
_storePal
.SafeHandle.DangerousGetHandle();
116
_storePal
?.CloneTo(certificates);
123
get { return
_storePal
!= null; }
130
if (
_storePal
== null)
136
_storePal
.Add(certificate.Pal);
168
if (
_storePal
== null)
174
_storePal
.Remove(certificate.Pal);
210
IStorePal? storePal =
_storePal
;