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