2 writes to type
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
178
set {
type
= value; }
332
newElem.
type
= (XmlSchemaType)complexType.Clone(parentSchema);
2 references to type
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
177
get { return
type
; }
330
XmlSchemaComplexType complexType = this.
type
as XmlSchemaComplexType;