8 references to c_flag
mscorlib (8)
system\security\util\parser.cs (8)
40private const short c_elementtag = (short)(SecurityDocument.c_element << 8 | c_flag); 41private const short c_attributetag = (short)(SecurityDocument.c_attribute << 8 | c_flag); 42private const short c_texttag = (short)(SecurityDocument.c_text << 8 | c_flag); 43private const short c_additionaltexttag = (short)(SecurityDocument.c_text << 8 | c_flag | 0x2000); 44private const short c_childrentag = (short)(SecurityDocument.c_children << 8 | c_flag); 45private const short c_wastedstringtag = (short)(0x1000 | c_flag); 421if ((i & c_flag) != c_flag)