3 writes to contentStream
System.Runtime.Serialization (3)
System\Xml\XmlMtomWriter.cs (3)
1055contentStream = null; 1077contentStream = null; 1139contentStream = stream;
5 references to contentStream
System.Runtime.Serialization (5)
System\Xml\XmlMtomWriter.cs (5)
1052if (contentStream != null) 1054contentStream.Flush(); 1074if (contentStream != null) 1076contentStream.Flush(); 1141return contentStream;