1 write to firstAttribute
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1226this.nodes[node].firstAttribute = attr;
5 references to firstAttribute
System.ServiceModel (5)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (5)
209return this.dom.nodes[this.location].firstAttribute != NullIndex; 453a = this.dom.nodes[this.location].firstAttribute; 707int n = this.dom.nodes[this.location].firstAttribute; 766int n = this.dom.nodes[this.location].firstAttribute; 1225this.nodes[attr].nextSibling = this.nodes[node].firstAttribute;