15 references to ElementXmlType
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (11)
452
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
485
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
518
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
551
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
584
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
617
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
650
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
683
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
719
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
; //TODO special case for xsd:duration and xsd:dateTime
2338
xmlType =
ElementXmlType
; //Set this for default values
2380
xmlType =
ElementXmlType
; //Set this as we are moving ahead to the next node
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (4)
52
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
;
91
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType :
ElementXmlType
; //TODO special case for xsd:duration and xsd:dateTime
765
xmlType =
ElementXmlType
; //Set this for default values
811
xmlType =
ElementXmlType
; //Set this as we are moving ahead to the next node