4 references to IsDefaultBit
System.Private.Xml (4)
System\Xml\Dom\XmlName.cs (4)
226
return (_flags &
IsDefaultBit
) != 0;
277
if (value) _flags = (byte)(_flags |
IsDefaultBit
);
278
else _flags = (byte)(_flags & ~
IsDefaultBit
);
291
&& schemaInfo.IsDefault == ((_flags &
IsDefaultBit
) != 0)