1 write to doc
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
86
this.
doc
= new XPathDocument(nameTable);
2 references to doc
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (2)
87
this.writer =
doc
.LoadFromWriter(XPathDocument.LoadFlags.AtomizeNames | (rootType == XPathNodeType.Root ? XPathDocument.LoadFlags.None : XPathDocument.LoadFlags.Fragment), string.Empty);
98
this.seqTyped.Add(this.
doc
.CreateNavigator());