1 write to _writer
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\XmlExpressionDumper.cs (1)
40
_writer
= XmlWriter.Create(stream, settings);
7 references to _writer
System.Data.Entity (7)
System\Data\Common\CommandTrees\Internal\XmlExpressionDumper.cs (7)
41
_writer
.WriteStartDocument(true);
46
_writer
.WriteEndDocument();
47
_writer
.Flush();
48
_writer
.Close();
53
_writer
.WriteStartElement(name);
59
_writer
.WriteAttributeString(attr.Key, (null == attr.Value ? "" : attr.Value.ToString()));
66
_writer
.WriteEndElement();