4 references to RootAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (2)
117if (action == null && processor.RootAction.builtInSheet != null) { 118action = processor.RootAction.builtInSheet.FindTemplate(processor, frame.Node, Compiler.BuiltInMode);
System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs (1)
66AttributeSetAction action = processor.RootAction.GetAttributeSet(this.useAttributeSets[frame.Counter]);
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
327DecimalFormat formatInfo = this.processor.RootAction.GetDecimalFormat(new XmlQualifiedName(local, ns));