2 writes to m_location
System (2)
security\system\security\cryptography\x509\x509store.cs (2)
96m_location = storeLocation; 107m_location = storeLocation;
4 references to m_location
System (4)
security\system\security\cryptography\x509\x509store.cs (4)
133get { return m_location; } 148if (m_location != StoreLocation.CurrentUser && m_location != StoreLocation.LocalMachine) 151uint storeFlags = X509Utils.MapX509StoreFlags(m_location, flags);