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