3 writes to contentReader
System.IdentityModel (3)
System\IdentityModel\WrappedReader.cs (3)
120this.contentReader = null; 245this.contentReader = new StringReader(Value); 330this.contentReader = null;
6 references to contentReader
System.IdentityModel (6)
System\IdentityModel\WrappedReader.cs (6)
117if (this.contentReader != null) 119this.contentReader.Close(); 243if (this.contentReader == null) 247return this.contentReader.Read(chars, offset, count); 327if (this.contentReader != null) 329this.contentReader.Dispose();