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