1 write to count
System.IdentityModel (1)
System\IdentityModel\PreDigestedSignedInfo.cs (1)
78
this.references[this.
count
++].Set(id, digest, useStrTransform);
5 references to count
System.IdentityModel (5)
System\IdentityModel\PreDigestedSignedInfo.cs (5)
55
get { return this.
count
; }
72
if (this.
count
== this.references.Length)
75
Array.Copy(this.references, 0, newReferences, 0, this.
count
);
91
this.references, this.
count
,
128
for (int i = 0; i < this.
count
; i++)