1 instantiation of XmlAttributeTextNode
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
2255
new
XmlAttributeTextNode
(prefix, localName, value),
6 references to XmlAttributeTextNode
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (5)
1255
XmlAttributeTextNode
attributeTextNode = _node.AttributeText;
1890
private
XmlAttributeTextNode
_attributeTextNode;
1917
XmlAttributeTextNode
attributeTextNode,
1954
public
XmlAttributeTextNode
AttributeText { get { return _attributeTextNode; } }
2284
XmlAttributeTextNode
attributeTextNode,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
1009
private void ReadAttributeText(
XmlAttributeTextNode
textNode)