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();