3 writes to logStream
System.IdentityModel (3)
System\IdentityModel\HashStream.cs (3)
110
this.
logStream
= new MemoryStream();
121
this.
logStream
= new MemoryStream();
164
this.
logStream
= null;
4 references to logStream
System.IdentityModel (4)
System\IdentityModel\HashStream.cs (4)
81
DigestTraceRecordHelper.TraceDigest(this.
logStream
, this.hash);
131
this.
logStream
.Write(buffer, offset, count);
161
if (this.
logStream
!= null)
163
this.
logStream
.Dispose();