3 references to ValidityMask
System.Xml (3)
System\Xml\Dom\XmlName.cs (3)
186return ownerDoc.CanReportValidity ? (XmlSchemaValidity)(flags & ValidityMask) : XmlSchemaValidity.NotKnown; 227flags = (byte)((flags & ~ValidityMask) | (byte)(value)); 242&& schemaInfo.Validity == (XmlSchemaValidity)(flags & ValidityMask)