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