19 references to IUnrestricted
mscorlib (19)
system\security\permissionset.cs (11)
432
if ((permToken.m_type & PermissionTokenType.
IUnrestricted
) != 0)
467
if (this.IsUnrestricted() && ((permToken.m_type & PermissionTokenType.
IUnrestricted
) != 0))
874
if ((token.m_type & PermissionTokenType.
IUnrestricted
) != 0)
898
if ((token.m_type & PermissionTokenType.
IUnrestricted
) == 0)
1036
if ((token.m_type & PermissionTokenType.
IUnrestricted
) != 0)
1062
if ((token.m_type & PermissionTokenType.
IUnrestricted
) != 0)
1190
if (((token.m_type & PermissionTokenType.
IUnrestricted
) == 0) || !this.m_Unrestricted)
1308
if (((token.m_type & PermissionTokenType.
IUnrestricted
) == 0) || !pset.m_Unrestricted)
1327
if (((token.m_type & PermissionTokenType.
IUnrestricted
) == 0) || !pset.m_Unrestricted)
2042
if ((token.m_type & PermissionTokenType.
IUnrestricted
) != 0)
2073
if ((token.m_type & PermissionTokenType.
IUnrestricted
) != 0)
system\security\permissiontoken.cs (8)
427
tok = new PermissionToken( m_index++, PermissionTokenType.
IUnrestricted
, typeStr );
432
tok = new PermissionToken( m_index++, PermissionTokenType.
IUnrestricted
, typeStr );
460
((PermissionToken)tok).m_type = PermissionTokenType.
IUnrestricted
;
469
((PermissionToken)tok).m_type = PermissionTokenType.
IUnrestricted
;
525
permType = PermissionTokenType.
IUnrestricted
;
529
permType = PermissionTokenType.
IUnrestricted
;
545
token.m_type |= PermissionTokenType.
IUnrestricted
;
549
token.m_type |= PermissionTokenType.
IUnrestricted
;