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); 5084if (_writer != null && depth <= _flushDepth) 5088_traceList[_flushIndex].Write(_writer); 5091_writer.Flush(); 5106if (_writer != null) 5109_writer.Close(); 5116if (_writer != null)