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)
82Debug.Assert(_storePal != null); 89if (_storePal == null) 93if (_storePal.SafeHandle == null) 96return _storePal.SafeHandle.DangerousGetHandle(); 116_storePal?.CloneTo(certificates); 123get { return _storePal != null; } 130if (_storePal == null) 136_storePal.Add(certificate.Pal); 168if (_storePal == null) 174_storePal.Remove(certificate.Pal); 210IStorePal? storePal = _storePal;