12 writes to name
System.ServiceModel (12)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (12)
82BlankDom[RootIndex].name = string.Empty; 89BlankDom[EnvelopeIndex].name = EnvelopeTag; 96BlankDom[SoapNSIndex].name = SoapP; 103BlankDom[XmlNSIndex].name = "xml"; 112BlankDom[HeaderIndex].name = HeaderTag; 1195this.nodes[i].name = header.Name; 1206this.nodes[bodyIndex].name = BodyTag; 1286this.nodes[first].name = this.nameTable.Add(s); 1897this.nodes[a].name = reader.LocalName; 1916this.nodes[n].name = name; 1942this.nodes[n].name = reader.LocalName; 1976this.nodes[n].name = reader.LocalName;
10 references to name
System.ServiceModel (10)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (10)
193this.nsStack.Push(this.dom.nodes[n].name); 240string s = this.dom.nodes[this.location].name; 456if (String.CompareOrdinal(this.dom.nodes[a].name, name) == 0 && String.CompareOrdinal(this.dom.nodes[a].ns, ns) == 0) 472string s = this.dom.nodes[this.dom.DecodePosition(pos).elem].name; 513if (String.CompareOrdinal(this.dom.nodes[ns].name, name) == 0) 710if (String.CompareOrdinal(this.dom.nodes[n].name, localName) == 0 && 878nodeName = this.dom.nodes[n].name; 1283s = this.nodes[first].name; 1500nodeName = this.dom.nodes[ns].name; 1570n = this.dom.nodes[elem].name;