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