2 writes to position
System.IdentityModel (2)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (2)
64this.position = 0; 109position++;
3 references to position
System.IdentityModel (3)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (3)
76if (this.position > position) 78throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("position", SR.GetString(SR.ValueMustBeInRange, 0, this.position))); 82while (this.position < position)