5 writes to segmentIndex
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (5)
407
this.
segmentIndex
= -1;
471
this.
segmentIndex
= this.segment.GetChildPosition(this.prefix, this.offset, this.length);
480
this.
segmentIndex
= -1;
507
this.
segmentIndex
= this.segment.GetChildPosition(this.prefix[this.offset]);
516
this.
segmentIndex
= -1;
5 references to segmentIndex
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (5)
454
return this.
segmentIndex
;
472
if (this.
segmentIndex
> -1)
474
this.segment = this.segment.GetChild(this.
segmentIndex
);
508
if (this.
segmentIndex
> -1)
510
this.segment = this.segment.GetChild(this.
segmentIndex
);