2 writes to _writer
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
5072
_writer
= new BinaryWriter(File.Open(filename, FileMode.Create));
5110
_writer
= null;
7 references to _writer
PresentationFramework (7)
System\Windows\Documents\TextStore.cs (7)
5073
_writer
.Write((int)s_CtfFormatVersion);
5084
if (
_writer
!= null && depth <= _flushDepth)
5088
_traceList[_flushIndex].Write(
_writer
);
5091
_writer
.Flush();
5106
if (
_writer
!= null)
5109
_writer
.Close();
5116
if (
_writer
!= null)