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