3 references to SelfAffectingProcessMgmt
mscorlib (3)
system\security\permissions\hostprotectionpermission.cs (3)
101
get { return (m_resources & HostProtectionResource.
SelfAffectingProcessMgmt
) != 0; }
102
set { m_resources = (value ? m_resources | HostProtectionResource.
SelfAffectingProcessMgmt
: m_resources & ~HostProtectionResource.
SelfAffectingProcessMgmt
); }