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