6 references to ApplicationComponentManifest
mscorlib (6)
system\activationcontext.cs (2)
301return this.ApplicationComponentManifest; 578return appInfo.ApplicationComponentManifest;
system\deployment\cmsutils.cs (2)
25ICMS appManifest = activationContext.ApplicationComponentManifest; 55ICMS appManifest = activationContext.ApplicationComponentManifest;
system\security\policy\applicationsecurityinfo.cs (2)
58ICMS appManifest = m_context.ApplicationComponentManifest; 97ICMS appManifest = m_context.ApplicationComponentManifest;