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