1 instantiation of XmlAttributeTextNode
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
2537
new
XmlAttributeTextNode
(prefix, localName, value),
7 references to XmlAttributeTextNode
System.Runtime.Serialization (7)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
319
return (this.Node.NodeType == XmlNodeType.Attribute || this.Node is
XmlAttributeTextNode
);
System\Xml\XmlBaseReader.cs (5)
1370
XmlAttributeTextNode
attributeTextNode = node.AttributeText;
2171
XmlAttributeTextNode
attributeTextNode;
2198
XmlAttributeTextNode
attributeTextNode,
2234
public
XmlAttributeTextNode
AttributeText { get { return attributeTextNode; } }
2566
XmlAttributeTextNode
attributeTextNode,
System\Xml\XmlBinaryReader.cs (1)
1039
void ReadAttributeText(
XmlAttributeTextNode
textNode)