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