11 references to AttributeXmlType
System.Xml (11)
System\Xml\Core\XsdValidatingReader.cs (9)
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; //
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
41
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ?
AttributeXmlType
: ElementXmlType;
72
XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ?
AttributeXmlType
: ElementXmlType; //