3 writes to sequence
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryNode.cs (3)
1272this.sequence = sequence; 1293this.sequence = value; 1301this.sequence = this.context.CreateSequence();
9 references to sequence
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QueryNode.cs (9)
1289return (null != this.sequence) ? this.sequence : NodeSequence.Empty; 1299if (null == this.sequence) 1302this.sequence.StartNodeset(); 1305this.sequence.Add(ref item); 1310if (null != this.sequence) 1312this.sequence.StopNodeset(); 1318if (null != this.sequence) 1320this.sequence.StartNodeset();