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