1 write to s_MyMachineCertStoreEx
System (1)
net\System\Net\_SecureChannel.cs (1)
408s_MyMachineCertStoreEx = store;
2 references to s_MyMachineCertStoreEx
System (2)
net\System\Net\_SecureChannel.cs (2)
385X509Store store = isMachineStore? s_MyMachineCertStoreEx: s_MyCertStoreEx; 388store = isMachineStore? s_MyMachineCertStoreEx: s_MyCertStoreEx;