2 writes to stream
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryWriter.cs (2)
538
this.
stream
= value.GetStream();
570
this.
stream
= null;
4 references to stream
System.Runtime.Serialization (4)
System\Xml\XmlDictionaryWriter.cs (4)
539
if (this.
stream
== null)
569
this.streamProvider.ReleaseStream(this.
stream
);
626
result = this.
stream
.BeginRead(this.block, 0, blockSize, onContinueWork, this);
633
this.bytesRead = this.
stream
.EndRead(result);