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