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