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