2 references to BeginEvent
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
61return processor.BeginEvent(this.nodeType, this.prefix, this.name, this.namespaceUri, this.empty, this.htmlProps, false);
System\Xml\Xsl\XsltOld\Processor.cs (1)
655return BeginEvent(nodeType, prefix, name, nspace, empty, null, true);