15 references to ElementXmlType
System.Xml (15)
System\Xml\Core\XsdValidatingReader.cs (11)
387
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
412
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
437
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
462
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
487
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
512
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
537
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
562
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
590
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
; //
1933
xmlType =
ElementXmlType
; //Set this for default values
1969
xmlType =
ElementXmlType
; //Set this as we are moving ahead to the next node
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
41
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
72
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
; //
655
xmlType =
ElementXmlType
; //Set this for default values
695
xmlType =
ElementXmlType
; //Set this as we are moving ahead to the next node