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