2 writes to _writer
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
5062
_writer
= new BinaryWriter(File.Open(filename, FileMode.Create));
5100
_writer
= null;
7 references to _writer
PresentationFramework (7)
System\Windows\Documents\TextStore.cs (7)
5063
_writer
.Write((int)s_CtfFormatVersion);
5074
if (
_writer
!= null && depth <= _flushDepth)
5078
_traceList[_flushIndex].Write(
_writer
);
5081
_writer
.Flush();
5096
if (
_writer
!= null)
5099
_writer
.Close();
5106
if (
_writer
!= null)