1 instantiation of StoreDeploymentMetadataEnumeration
mscorlib (1)
system\deployment\isolationinterop.cs (1)
2181return new StoreDeploymentMetadataEnumeration((IEnumSTORE_DEPLOYMENT_METADATA)o);
2 references to StoreDeploymentMetadataEnumeration
mscorlib (2)
system\deployment\isolationinterop.cs (1)
2165public StoreDeploymentMetadataEnumeration EnumInstallerDeployments(
system\security\policy\applicationtrust.cs (1)
369StoreDeploymentMetadataEnumeration deplEnum = m_pStore.EnumInstallerDeployments(IsolationInterop.GUID_SXS_INSTALL_REFERENCE_SCHEME_OPAQUESTRING, InstallerIdentifier, ApplicationTrustProperty, null);