4 writes to contentStream
System.IdentityModel (4)
System\IdentityModel\WrappedReader.cs (4)
125
this.
contentStream
= null;
184
this.
contentStream
= new MemoryStream(value);
191
this.
contentStream
= null;
336
this.
contentStream
= null;
7 references to contentStream
System.IdentityModel (7)
System\IdentityModel\WrappedReader.cs (7)
122
if (this.
contentStream
!= null)
124
this.
contentStream
.Close();
153
if (this.
contentStream
== null)
187
int read = this.
contentStream
.Read(buffer, offset, count);
190
this.
contentStream
.Close();
333
if (this.
contentStream
!= null)
335
this.
contentStream
.Dispose();