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); 5065if (_writer != null && depth <= _flushDepth) 5069_traceList[_flushIndex].Write(_writer); 5072_writer.Flush(); 5087if (_writer != null) 5090_writer.Close(); 5097if (_writer != null)