2 writes to _writer
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
5053
_writer
= new BinaryWriter(File.Open(filename, FileMode.Create));
5091
_writer
= null;
7 references to _writer
PresentationFramework (7)
System\Windows\Documents\TextStore.cs (7)
5054
_writer
.Write((int)s_CtfFormatVersion);
5065
if (
_writer
!= null && depth <= _flushDepth)
5069
_traceList[_flushIndex].Write(
_writer
);
5072
_writer
.Flush();
5087
if (
_writer
!= null)
5090
_writer
.Close();
5097
if (
_writer
!= null)