2 instantiations of NodeData
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (2)
106_tmpNode = new NodeData(); 1308_nsAttributes[index] = new NodeData();
8 references to NodeData
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (8)
73private NodeData[] _nsAttributes; 86private NodeData _curNode; 88private NodeData _tmpNode; 1297_nsAttributes = new NodeData[InitialNamespaceAttributeCount]; 1301NodeData[] newNsAttrs = new NodeData[_nsAttributes.Length * 2]; 1335NodeData tmpNodeData = _nsAttributes[i]; 1498private void SetCurrentNode(NodeData node)