2 writes to _writer
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
5063
_writer
= new BinaryWriter(File.Open(filename, FileMode.Create));
5101
_writer
= null;
7 references to _writer
PresentationFramework (7)
System\Windows\Documents\TextStore.cs (7)
5064
_writer
.Write((int)s_CtfFormatVersion);
5075
if (
_writer
!= null && depth <= _flushDepth)
5079
_traceList[_flushIndex].Write(
_writer
);
5082
_writer
.Flush();
5097
if (
_writer
!= null)
5100
_writer
.Close();
5107
if (
_writer
!= null)