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