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