1 write to m_pStore
mscorlib (1)
system\security\policy\applicationtrust.cs (1)
404m_pStore = IsolationInterop.GetUserStore();
5 references to m_pStore
mscorlib (5)
system\security\policy\applicationtrust.cs (5)
369StoreDeploymentMetadataEnumeration deplEnum = m_pStore.EnumInstallerDeployments(IsolationInterop.GUID_SXS_INSTALL_REFERENCE_SCHEME_OPAQUESTRING, InstallerIdentifier, ApplicationTrustProperty, null); 371StoreDeploymentMetadataPropertyEnumeration metadataEnum = m_pStore.EnumInstallerDeploymentProperties(IsolationInterop.GUID_SXS_INSTALL_REFERENCE_SCHEME_OPAQUESTRING, InstallerIdentifier, ApplicationTrustProperty, defAppId); 402if (m_pStore != null) 403Marshal.ReleaseComObject(m_pStore.InternalStore); 454m_pStore.Transact(storeTxn.Operations);