1 write to hashStream
System.IdentityModel (1)
System\IdentityModel\SignatureResourcePool.cs (1)
81this.hashStream = new HashStream(hash);
3 references to hashStream
System.IdentityModel (3)
System\IdentityModel\SignatureResourcePool.cs (3)
79if (this.hashStream == null) 85this.hashStream.Reset(hash); 87return this.hashStream;