2 writes to _writer
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
5047_writer = new BinaryWriter(File.Open(filename, FileMode.Create)); 5085_writer = null;
7 references to _writer
PresentationFramework (7)
System\Windows\Documents\TextStore.cs (7)
5048_writer.Write((int)s_CtfFormatVersion); 5059if (_writer != null && depth <= _flushDepth) 5063_traceList[_flushIndex].Write(_writer); 5066_writer.Flush(); 5081if (_writer != null) 5084_writer.Close(); 5091if (_writer != null)