12 references to AttributeText
System.Private.DataContractSerialization (12)
System\Xml\XmlBaseReader.cs (6)
320
attributeNode.
AttributeText
!.QNameType = qnameType;
321
attributeNode.
AttributeText
.IsAtomicValue = isAtomicValue;
359
attributeNode.
AttributeText
!.Namespace = ns;
723
attributeNode.
AttributeText
!.Namespace = attributeNode.Namespace;
1264
XmlAttributeTextNode? attributeTextNode = _node.
AttributeText
;
1529
if (node.
AttributeText
== null)
System\Xml\XmlBinaryReader.cs (6)
736
ReadAttributeText(attributeNode.
AttributeText
!);
743
ReadAttributeText(attributeNode.
AttributeText
!);
751
ReadAttributeText(attributeNode.
AttributeText
!);
758
ReadAttributeText(attributeNode.
AttributeText
!);
819
ReadAttributeText(attributeNode.
AttributeText
!);
852
ReadAttributeText(attributeNode.
AttributeText
!);