1 write to _baseStream
System.Configuration (1)
System\Configuration\XmlUtilWriter.cs (1)
66
_baseStream
= ((StreamWriter)_writer).BaseStream;
6 references to _baseStream
System.Configuration (6)
System\Configuration\XmlUtilWriter.cs (6)
434
_baseStream
.Seek(checkpoint._streamPosition, SeekOrigin.Begin);
435
_baseStream
.SetLength(checkpoint._streamLength);
436
_baseStream
.Flush();
453
writer.
_baseStream
.Flush();
454
_streamPosition = writer.
_baseStream
.Position;
455
_streamLength = writer.
_baseStream
.Length;