6 references to c_attribute
mscorlib (6)
system\security\securitydocument.cs (4)
223
AddToken(
c_attribute
, ref position );
269
while (m_data[position] ==
c_attribute
)
322
while (m_data[position] ==
c_attribute
)
360
while (m_data[position] ==
c_attribute
)
system\security\util\parser.cs (2)
41
private const short c_attributetag = (short)(SecurityDocument.
c_attribute
<< 8 | c_flag);
433
_doc.AddToken( SecurityDocument.
c_attribute
, ref position );