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