1 write to _writer
System.Data.Entity (1)
System\Data\Query\InternalTrees\Dump.cs (1)
50
_writer
= XmlWriter.Create(stream, settings);
8 references to _writer
System.Data.Entity (8)
System\Data\Query\InternalTrees\Dump.cs (8)
51
_writer
.WriteStartDocument(true);
116
_writer
.WriteEndDocument();
117
_writer
.Flush();
118
_writer
.Close();
129
_writer
.WriteStartElement(name);
132
_writer
.WriteAttributeString(attr.Key, attr.Value.ToString());
146
_writer
.WriteEndElement();
150
_writer
.WriteString(value);