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