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