2 writes to _type
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
142
set {
_type
= value; }
292
newElem.
_type
= (XmlSchemaType)complexType.Clone(parentSchema);
2 references to _type
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
141
get { return
_type
; }
289
XmlSchemaComplexType? complexType =
_type
as XmlSchemaComplexType;