2 writes to _writer
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
5083
_writer
= new BinaryWriter(File.Open(filename, FileMode.Create));
5121
_writer
= null;
7 references to _writer
PresentationFramework (7)
System\Windows\Documents\TextStore.cs (7)
5084
_writer
.Write((int)s_CtfFormatVersion);
5095
if (
_writer
!= null && depth <= _flushDepth)
5099
_traceList[_flushIndex].Write(
_writer
);
5102
_writer
.Flush();
5117
if (
_writer
!= null)
5120
_writer
.Close();
5127
if (
_writer
!= null)