8 references to Nothing
mscorlib (8)
system\security\policy\codegroup.cs (1)
361if (m_policy.Attributes != PolicyStatementAttribute.Nothing)
system\security\policy\filecodegroup.cs (2)
128return new PolicyStatement(permSet, PolicyStatementAttribute.Nothing); 142thisPolicy = new PolicyStatement(new PermissionSet(false), PolicyStatementAttribute.Nothing);
system\security\policy\netcodegroup.cs (1)
716thisPolicy = new PolicyStatement( new PermissionSet( false ), PolicyStatementAttribute.Nothing );
system\security\policy\policylevel.cs (1)
752policy = new PolicyStatement(new PermissionSet(true), PolicyStatementAttribute.Nothing);
system\security\policy\policystatement.cs (3)
57m_attributes = PolicyStatementAttribute.Nothing; 61: this( permSet, PolicyStatementAttribute.Nothing ) 316if (m_attributes != PolicyStatementAttribute.Nothing)