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