15 writes to type
System.ServiceModel (15)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (15)
79BlankDom[RootIndex].type = XPathNodeType.Root; 86BlankDom[EnvelopeIndex].type = XPathNodeType.Element; 95BlankDom[SoapNSIndex].type = XPathNodeType.Namespace; 102BlankDom[XmlNSIndex].type = XPathNodeType.Namespace; 109BlankDom[HeaderIndex].type = XPathNodeType.Element; 1187this.nodes[i].type = XPathNodeType.Element; 1203this.nodes[bodyIndex].type = XPathNodeType.Element; 1895this.nodes[a].type = XPathNodeType.Attribute; 1915this.nodes[n].type = XPathNodeType.Namespace; 1940this.nodes[n].type = XPathNodeType.Element; 1966this.nodes[n].type = XPathNodeType.Comment; 1975this.nodes[n].type = XPathNodeType.ProcessingInstruction; 1998this.nodes[n].type = XPathNodeType.SignificantWhitespace; 2026this.nodes[n].type = XPathNodeType.Whitespace; 2052this.nodes[n].type = XPathNodeType.Text;
30 references to type
System.ServiceModel (30)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (30)
292return this.dom.nodes[this.location].type; 528return this.dom.nodes[this.dom.DecodePosition(pos).elem].type; 569XPathNodeType type = this.dom.nodes[nav.location].type; 576type = this.dom.nodes[this.location].type; 700if (this.dom.nodes[this.location].type != XPathNodeType.Element) 733XPathNodeType t = this.dom.nodes[this.location].type; 759if (this.dom.nodes[this.location].type != XPathNodeType.Element) 784if (this.location == RootIndex || this.dom.nodes[this.location].type == XPathNodeType.Element) 805if (this.dom.nodes[this.location].type != XPathNodeType.Element) 852if (this.dom.nodes[this.location].type != XPathNodeType.Element) 911XPathNodeType type = this.dom.nodes[this.location].type; 933if (this.dom.nodes[this.location].type != XPathNodeType.Attribute) 954if (this.dom.nodes[this.location].type != XPathNodeType.Namespace) 1001XPathNodeType t = this.dom.nodes[this.location].type; 1352if (this.nodes[loc1].type == XPathNodeType.Attribute) 1370if (this.nodes[loc2].type == XPathNodeType.Attribute) 1387XPathNodeType type1 = this.nodes[loc1].type; 1388XPathNodeType type2 = this.nodes[loc2].type; 1462if (p.parent > NullIndex && p.parent < this.nextFreeIndex && this.nodes[p.parent].type == XPathNodeType.Element && this.nodes[p.elem].type == XPathNodeType.Namespace) 1614switch (this.nodes[elem].type) 1989if (n != NullIndex && (this.nodes[n].type == XPathNodeType.Text || 1990this.nodes[n].type == XPathNodeType.Whitespace || 1991this.nodes[n].type == XPathNodeType.SignificantWhitespace)) 2017if (n != NullIndex && (this.nodes[n].type == XPathNodeType.Text || 2018this.nodes[n].type == XPathNodeType.Whitespace || 2019this.nodes[n].type == XPathNodeType.SignificantWhitespace)) 2039if (n == NullIndex || (this.nodes[n].type != XPathNodeType.Text && 2040this.nodes[n].type != XPathNodeType.Whitespace && 2041this.nodes[n].type != XPathNodeType.SignificantWhitespace))