3 references to isMixedMask
System.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (3)
161return (pvFlags & isMixedMask) != 0; 165pvFlags = (byte)(pvFlags | isMixedMask); 168pvFlags = (byte)(pvFlags & ~isMixedMask);