1 instantiation of XmlAttributeTextNode
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
2410new XmlAttributeTextNode(prefix, localName, value),
7 references to XmlAttributeTextNode
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
319return (this.Node.NodeType == XmlNodeType.Attribute || this.Node is XmlAttributeTextNode);
System\Xml\XmlBaseReader.cs (5)
1264XmlAttributeTextNode? attributeTextNode = _node.AttributeText; 2045private readonly XmlAttributeTextNode? _attributeTextNode; 2072XmlAttributeTextNode? attributeTextNode, 2108public XmlAttributeTextNode? AttributeText { get { return _attributeTextNode; } } 2439XmlAttributeTextNode? attributeTextNode,
System\Xml\XmlBinaryReader.cs (1)
1029private void ReadAttributeText(XmlAttributeTextNode textNode)