15 references to ElementXmlType
System.Private.Xml (15)
System\Xml\Core\XsdValidatingReader.cs (11)
464
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
498
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
532
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
566
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
600
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
634
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
668
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
703
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
739
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
2458
xmlType =
ElementXmlType
; // Set this for default values
2507
xmlType =
ElementXmlType
; // Set this as we are moving ahead to the next node
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
49
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
89
XmlSchemaType? xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
792
xmlType =
ElementXmlType
; // Set this for default values
845
xmlType =
ElementXmlType
; // Set this as we are moving ahead to the next node