4 references to IsNilBit
System.Xml (4)
System\Xml\Dom\XmlName.cs (4)
198return (flags & IsNilBit) != 0; 236if (value) flags = (byte)(flags | IsNilBit); 237else flags = (byte)(flags & ~IsNilBit); 244&& schemaInfo.IsNil == ((flags & IsNilBit) != 0)