3 references to wildCardMask
System.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (3)
302return (pvFlags & wildCardMask) != 0; 306pvFlags = (byte)(pvFlags | wildCardMask); 309pvFlags = (byte)(pvFlags & ~wildCardMask);