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); 5074if (_writer != null && depth <= _flushDepth) 5078_traceList[_flushIndex].Write(_writer); 5081_writer.Flush(); 5096if (_writer != null) 5099_writer.Close(); 5106if (_writer != null)