1 write to count
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
59this.elements[this.count++].SetElement(elementCategory, element, bindingMode, id, false, null, supportingTokenTracker);
19 references to count
System.ServiceModel (19)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (19)
41get { return this.count; } 111for (int i = 0; i < this.count; i++) 149if (this.count == this.elements.Length) 152Array.Copy(this.elements, 0, newElements, 0, this.count); 159Fx.Assert(0 <= index && index < this.count, ""); 165Fx.Assert(0 <= index && index < this.count, ""); 171Fx.Assert(0 <= index && index < this.count, "index out of range"); 177Fx.Assert(0 <= index && index < this.count, "index out of range"); 184for (int i = 0; i < this.count; i++) 202Fx.Assert(0 <= index && index < this.count, "index out of range"); 223for (int i = 0; i < this.count; i++) 258Fx.Assert(0 <= index && index < this.count, "index out of range"); 264Fx.Assert(0 <= index && index < this.count, ""); 270Fx.Assert(0 <= index && index < this.count, ""); 279Fx.Assert(0 <= index && index < this.count, "index out of range"); 303Fx.Assert(0 <= index && index < this.count, ""); 313for (int i = 0; i < this.count; i++) 420for (int i = 0; i < this.count; i++) 453for (int i = 0; i < this.count; i++)