2 writes to _elementStream
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
64
_elementStream
??= new MemoryStream();
116
_elementStream
= null!;
5 references to _elementStream
System.Private.DataContractSerialization (5)
System\Xml\XmlCanonicalWriter.cs (5)
66
_elementWriter.SetOutput(
_elementStream
, false, null);
115
if (
_elementStream
!= null &&
_elementStream
.Length > 512)
164
_elementStream
.Position = 0;
268
_elementBuffer =
_elementStream
.GetBuffer();