11 references to AttributeXmlType
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (9)
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
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (2)
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