3 references to ValidityMask
System.Private.Xml (3)
System\Xml\Dom\XmlName.cs (3)
218return ownerDoc.CanReportValidity ? (XmlSchemaValidity)(_flags & ValidityMask) : XmlSchemaValidity.NotKnown; 272_flags = (byte)((_flags & ~ValidityMask) | (byte)(value)); 290&& schemaInfo.Validity == (XmlSchemaValidity)(_flags & ValidityMask)