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