2 writes to runtime
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
64
this.
runtime
= runtime;
74
this.
runtime
= runtime;
4 references to runtime
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (4)
384
Writer = this.seqwrt.StartTree(rootType, this.nsmgr, this.
runtime
.NameTable);
509
this.nsmgr = new XmlNamespaceManager(this.
runtime
.NameTable);
1274
this.nsmgr = new XmlNamespaceManager(this.
runtime
.NameTable);
1312
runtime
.ParseTagName(tagName, prefixMappingsIndex, out prefix, out localName, out ns);