System\Xml\Xsl\Xslt\XsltLoader.cs (17)
280curTemplate = f.Template(/*name:*/null, /*match:*/"/", /*mode:*/nullMode, /*priority:*/double.NaN, input.XslVersion);
732Key key = (Key)SetInfo(f.Key(keyName, match, use, input.XslVersion), null, ctxInfo);
972curTemplate = f.Template(name, match, mode, priority, input.XslVersion);
1415return SetInfo(f.ApplyImports(/*Mode:*/curTemplate.Mode, curStylesheet, input.XslVersion), content, ctxInfo);
1434return SetInfo(f.ApplyTemplates(mode, select, ctxInfo, input.XslVersion),
1497return SetInfo(f.CopyOf(select, input.XslVersion), null, ctxInfo);
1515return SetInfo(f.If(test, input.XslVersion), LoadInstructions(), ctxInfo);
1590return SetInfo(f.ForEach(select, ctxInfo, input.XslVersion),
1612content.Insert(0, f.CopyOf(select, input.XslVersion));
1671input.XslVersion
1715return SetInfo(f.XslNode(doe ? XslNodeType.ValueOfDoe : XslNodeType.ValueOf, null, select, input.XslVersion),
1797VarPar result = f.VarPar(nodeType, name, select, input.XslVersion);
1838return SetInfo(f.PI(name, input.XslVersion), LoadContent(select != null), ctxInfo);
1904return SetInfo(f.Element(name, ns, input.XslVersion),
1935return SetInfo(f.Attribute(name, ns, input.XslVersion), LoadContent(select != null), ctxInfo);
1979return SetInfo(f.Sort(select, lang, dataType, order, caseOrder, input.XslVersion),
2332XslNode att = f.LiteralAttribute(f.QName(input.LocalName, input.NamespaceUri, input.Prefix), input.Value, input.XslVersion);