21 references to ICMS
mscorlib (21)
system\activationcontext.cs (9)
141ICMS cms = (ICMS) IsolationInterop.ParseManifest(manifestPaths[i], null, ref IsolationInterop.IID_ICMS); 294internal ICMS ActivationContextData 306internal ICMS DeploymentComponentManifest 312return (ICMS) _manifests[0]; 318internal ICMS ApplicationComponentManifest 324return (ICMS) _manifests[_manifests.Count-1]; 340internal ICMS GetComponentManifest(IDefinitionIdentity component) 344return o as ICMS;
system\deployment\cmsutils.cs (3)
25ICMS appManifest = activationContext.ApplicationComponentManifest; 55ICMS appManifest = activationContext.ApplicationComponentManifest; 126ICMS deplManifest = activationContext.DeploymentComponentManifest;
system\deployment\isolationinterop.cs (5)
1837public CMS.ICMS BindReferenceToAssemblyManifest( 1852return (CMS.ICMS)o; 1856public CMS.ICMS GetAssemblyManifest( 1867return (CMS.ICMS)o; 2909public static Guid IID_ICMS = GetGuidOfType(typeof(CMS.ICMS));
system\security\policy\applicationsecurityinfo.cs (4)
58ICMS appManifest = m_context.ApplicationComponentManifest; 75ICMS deplManifest = m_context.DeploymentComponentManifest; 97ICMS appManifest = m_context.ApplicationComponentManifest; 198private static ApplicationId ParseApplicationId (ICMS manifest) {