1 instantiation of XmlAttributeNode
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
340attributeNode = new XmlAttributeNode(_bufferReader);
38 references to XmlAttributeNode
dotnet-svcutil-lib (38)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (36)
32private XmlAttributeNode[] _attributeNodes; 176XmlAttributeNode node = _attributeNodes[attr]; 191XmlAttributeNode node = _attributeNodes[index]; 324private XmlAttributeNode AddAttribute(QNameType qnameType, bool isAtomicValue) 329_attributeNodes = new XmlAttributeNode[4]; 333XmlAttributeNode[] newAttributeNodes = new XmlAttributeNode[attributeIndex * 2]; 337XmlAttributeNode attributeNode = _attributeNodes[attributeIndex]; 356protected XmlAttributeNode AddAttribute() 361protected XmlAttributeNode AddXmlAttribute() 365protected XmlAttributeNode AddXmlnsAttribute(Namespace ns) 381XmlAttributeNode attributeNode = AddAttribute(QNameType.Xmlns, false); 387protected void FixXmlAttribute(XmlAttributeNode attributeNode) 521private XmlAttributeNode GetAttributeNode(int index) 532private XmlAttributeNode GetAttributeNode(string name) 561XmlAttributeNode[] attributeNodes = _attributeNodes; 570XmlAttributeNode attributeNode = attributeNodes[attributeIndex]; 580private XmlAttributeNode GetAttributeNode(string localName, string namespaceUri) 588XmlAttributeNode[] attributeNodes = _attributeNodes; 597XmlAttributeNode attributeNode = attributeNodes[attributeIndex]; 607private XmlAttributeNode GetAttributeNode(XmlDictionaryString localName, XmlDictionaryString namespaceUri) 615XmlAttributeNode[] attributeNodes = _attributeNodes; 624XmlAttributeNode attributeNode = attributeNodes[attributeIndex]; 642XmlAttributeNode attributeNode = GetAttributeNode(name); 650XmlAttributeNode attributeNode = GetAttributeNode(localName, namespaceUri); 658XmlAttributeNode attributeNode = GetAttributeNode(localName, namespaceUri); 730private void ProcessAttributes(XmlAttributeNode[] attributeNodes, int attributeCount) 734XmlAttributeNode attributeNode = attributeNodes[i]; 757XmlAttributeNode attributeNode1 = attributeNodes[i]; 763XmlAttributeNode attributeNode2 = attributeNodes[j]; 775XmlAttributeNode attributeNode2 = attributeNodes[j]; 789private void CheckAttributes(XmlAttributeNode[] attributeNodes, int attributeCount) 2444private XmlAttributeNode[] _attributeNodes; 2449public bool Sort(XmlAttributeNode[] attributeNodes, int attributeCount) 2508XmlAttributeNode attribute1 = _attributeNodes[index1]; 2509XmlAttributeNode attribute2 = _attributeNodes[index2];
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
710XmlAttributeNode attributeNode;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
839XmlAttributeNode attributeNode;