6 writes to contentStream
System.ServiceModel.Primitives (6)
Internals\System\Xml\XmlMtomWriter.cs (6)
1227contentStream = null; 1251contentStream = null; 1273contentStream = null; 1298contentStream = null; 1366contentStream = stream; 1385contentStream = stream;
10 references to contentStream
System.ServiceModel.Primitives (10)
Internals\System\Xml\XmlMtomWriter.cs (10)
1224if (contentStream != null) 1226contentStream.Flush(); 1248if (contentStream != null) 1250await contentStream.FlushAsync(); 1270if (contentStream != null) 1272contentStream.Flush(); 1295if (contentStream != null) 1297await contentStream.FlushAsync(); 1367return contentStream; 1386return contentStream;