1 write to s_myCertStoreEx
System.Net.Security (1)
System\Net\CertificateValidationPal.cs (1)
69s_myCertStoreEx = store;
2 references to s_myCertStoreEx
System.Net.Security (2)
System\Net\CertificateValidationPal.cs (2)
31X509Store? store = isMachineStore ? s_myMachineCertStoreEx : s_myCertStoreEx; 51store = isMachineStore ? s_myMachineCertStoreEx : s_myCertStoreEx;