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