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