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