4 references to IsDefaultBit
System.Xml (4)
System\Xml\Dom\XmlName.cs (4)
192
return (flags &
IsDefaultBit
) != 0;
231
if (value) flags = (byte)(flags |
IsDefaultBit
);
232
else flags = (byte)(flags & ~
IsDefaultBit
);
243
&& schemaInfo.IsDefault == ((flags &
IsDefaultBit
) != 0)