3 writes to _hashStream
System.IdentityModel (3)
System\IdentityModel\EnvelopedSignatureWriter.cs (3)
93
_hashStream
= new HashStream(_hashAlgorithm);
120
_hashStream
= null;
279
_hashStream
= null;
5 references to _hashStream
System.IdentityModel (5)
System\IdentityModel\EnvelopedSignatureWriter.cs (5)
94
base.InnerWriter.StartCanonicalization(
_hashStream
, false, null);
113
signedInfo.AddReference(_referenceId,
_hashStream
.FlushHashAndGetValue(_preCanonicalTracingStream));
119
((IDisposable)
_hashStream
).Dispose();
276
if (
_hashStream
!= null)
278
_hashStream
.Dispose();