12 references to AttributeText
System.Runtime.Serialization (12)
System\Xml\XmlBaseReader.cs (6)
357
attributeNode.
AttributeText
.QNameType = qnameType;
358
attributeNode.
AttributeText
.IsAtomicValue = isAtomicValue;
396
attributeNode.
AttributeText
.Namespace = ns;
751
attributeNode.
AttributeText
.Namespace = attributeNode.Namespace;
1370
XmlAttributeTextNode attributeTextNode = node.
AttributeText
;
1643
if (node.
AttributeText
== null)
System\Xml\XmlBinaryReader.cs (6)
749
ReadAttributeText(attributeNode.
AttributeText
);
756
ReadAttributeText(attributeNode.
AttributeText
);
764
ReadAttributeText(attributeNode.
AttributeText
);
771
ReadAttributeText(attributeNode.
AttributeText
);
832
ReadAttributeText(attributeNode.
AttributeText
);
865
ReadAttributeText(attributeNode.
AttributeText
);