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