8 writes to m_attributes
mscorlib (8)
system\security\policy\policystatement.cs (8)
57
m_attributes
= PolicyStatementAttribute.Nothing;
77
m_attributes
= attributes;
95
m_attributes
= attributes;
148
m_attributes
= value;
371
m_attributes
= (PolicyStatementAttribute) 0;
376
m_attributes
= (PolicyStatementAttribute)Enum.Parse( typeof( PolicyStatementAttribute ), strAttributes );
448
m_attributes
= (PolicyStatementAttribute) 0;
453
m_attributes
= (PolicyStatementAttribute)Enum.Parse( typeof( PolicyStatementAttribute ), strAttributes );
7 references to m_attributes
mscorlib (7)
system\security\policy\policystatement.cs (7)
141
return
m_attributes
;
204
return (flag & (int)
m_attributes
) != 0;
316
if (
m_attributes
!= PolicyStatementAttribute.Nothing)
317
e.AddAttribute( "Attributes", XMLUtil.BitFieldEnumToString( typeof( PolicyStatementAttribute ),
m_attributes
) );
523
if (this.
m_attributes
!= other.
m_attributes
)
535
int accumulator = (int)this.
m_attributes
;