2 writes to content
System.Runtime.Serialization (2)
System\Xml\XmlMtomReader.cs (2)
1791
content
= new StreamReader(s, System.Text.Encoding.ASCII, false, 256).ReadToEnd();
1794
content
= string.Empty;
4 references to content
System.Runtime.Serialization (4)
System\Xml\XmlMtomReader.cs (4)
1788
if (
content
== null)
1793
if (
content
== null)
1796
return
content
;
1802
Fx.Assert(
content
!= null, "");