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