1 write to seq
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
1194this.seq = seq;
3 references to seq
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryNode.cs (3)
1195Interlocked.Increment(ref this.seq.refCount); 1201return new SafeNodeSequenceIterator(this.seq, this.context); 1209this.context.ReleaseSequence(this.seq);