1 write to _hasMixedAttribute
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
18set { _isMixed = value; _hasMixedAttribute = true; }
1 reference to _hasMixedAttribute
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
32get { return _hasMixedAttribute; }