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