2 writes to content
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
1840content = new StreamReader(s, System.Text.Encoding.ASCII, false, 256).ReadToEnd(); 1843content = string.Empty;
4 references to content
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomReader.cs (4)
1837if (content == null) 1842if (content == null) 1845return content; 1851Fx.Assert(content != null, "");