1 type derived from TemplateAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
595
private class TemplateActionDbg :
TemplateAction
{
3 instantiations of TemplateAction
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1085
TemplateAction action = new
TemplateAction
();
1091
TemplateAction action = new
TemplateAction
();
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
181
TemplateAction clone = new
TemplateAction
(); {
40 references to TemplateAction
System.Data.SqlXml (40)
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
87
TemplateAction
action = processor.Stylesheet.FindTemplate(this.name);
System\Xml\Xsl\XsltOld\Compiler.cs (6)
606
internal void AddTemplate(
TemplateAction
template) {
611
internal void BeginTemplate(
TemplateAction
template) {
1084
public virtual
TemplateAction
CreateTemplateAction() {
1085
TemplateAction
action = new TemplateAction();
1090
public virtual
TemplateAction
CreateSingleTemplateAction() {
1091
TemplateAction
action = new TemplateAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (4)
226
public override
TemplateAction
CreateTemplateAction() {
227
TemplateAction
action = new TemplateActionDbg();
232
public override
TemplateAction
CreateSingleTemplateAction() {
233
TemplateAction
action = new TemplateActionDbg();
System\Xml\Xsl\XsltOld\Stylesheet.cs (16)
143
internal void AddTemplate(
TemplateAction
template) {
224
TemplateAction
template = (
TemplateAction
) manager.templates[i];
233
TemplateAction
template = (
TemplateAction
) enumerator.Value;
245
internal
TemplateAction
FindTemplate(Processor processor, XPathNavigator navigator, XmlQualifiedName mode) {
248
TemplateAction
action = null;
273
internal
TemplateAction
FindTemplateImports(Processor processor, XPathNavigator navigator, XmlQualifiedName mode) {
274
TemplateAction
action = null;
301
internal
TemplateAction
FindTemplate(Processor processor, XPathNavigator navigator) {
305
TemplateAction
action = null;
326
internal
TemplateAction
FindTemplate(XmlQualifiedName name) {
329
TemplateAction
action = null;
336
action = (
TemplateAction
)this.templateNameTable[name];
364
internal
TemplateAction
FindTemplateImports(Processor processor, XPathNavigator navigator) {
365
TemplateAction
action = null;
System\Xml\Xsl\XsltOld\TemplateAction.cs (3)
128
TemplateAction
copy = this.CloneWithoutName();
180
private
TemplateAction
CloneWithoutName() {
181
TemplateAction
clone = new TemplateAction(); {
System\Xml\Xsl\XsltOld\Templatemanager.cs (10)
23
Debug.Assert(x != null && x is
TemplateAction
);
24
Debug.Assert(y != null && y is
TemplateAction
);
26
TemplateAction
tx = (
TemplateAction
) x;
27
TemplateAction
ty = (
TemplateAction
) y;
53
internal void AddTemplate(
TemplateAction
template) {
74
internal
TemplateAction
FindTemplate(Processor processor, XPathNavigator navigator) {
81
TemplateAction
action = (
TemplateAction
) this.templates[templateIndex];