7 writes to count
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryNode.cs (7)
654this.items[this.count++].Set(node, this.position, this.sizePosition); 666this.items[this.count++].Set(node, this.position, this.sizePosition); 678this.items[this.count++].Set(ref item, this.position, this.sizePosition); 690this.items[this.count++].Size = size; 701this.items[this.count++] = item; 724this.count = 0; 729this.count = 0;
27 references to count
System.ServiceModel (27)
System\ServiceModel\Dispatcher\QueryNode.cs (27)
524return this.count; 555return (this.count > 0); 563if (this.count > 0) 576if (this.count > 0) 589if (this.count > 0) 649if (this.count == this.items.Length) 660if (this.count == this.items.Length) 672if (this.count == this.items.Length) 684if (this.count == this.items.Length) 689this.items[this.count] = item; 696if (this.count == this.items.Length) 719return (this.count == 1 && this.ownerContext == context && this.refCount == 1); 736for (int i = 0; i < this.count; ++i) 749for (int i = 0; i < this.count; ++i) 761for (int i = 0; i < this.count; ++i) 774for (int i = 0; i < sequence.count; ++i) 804for (int i = 0; i < this.count; ++i) 816for (int i = 0; i < this.count; ++i) 858if (this.count == 0) 897if (this.count > 0) 899for (int i = 0; i < this.count; ++i) 901this.items[i].SetPositionAndSize(i + 1, this.count); 903this.items[this.count - 1].Flags |= NodeSequenceItemFlags.NodesetLast; 921this.sizePosition = -this.count; 945if (this.count > 0) 964for (int i = 0; i < this.count; ++i) 967for (int i = 0; i < otherSeq.count; ++i)