7 references to XmlNSIndex
System.ServiceModel (7)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (7)
41const int HeaderIndex = XmlNSIndex + 1; 98BlankDom[SoapNSIndex].nextSibling = XmlNSIndex; 102BlankDom[XmlNSIndex].type = XPathNodeType.Namespace; 103BlankDom[XmlNSIndex].name = "xml"; 104BlankDom[XmlNSIndex].val = XmlUtil.XmlNs; 105BlankDom[XmlNSIndex].prevSibling = SoapNSIndex; 106BlankDom[XmlNSIndex].parent = RootIndex; // This one needs to be connected a little different