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