14 references to CompileAvt
System.Data.SqlXml (14)
System\Xml\Xsl\XsltOld\AttributeAction.cs (2)
89
this.nameAvt = Avt.
CompileAvt
(compiler, value);
92
this.nsAvt = Avt.
CompileAvt
(compiler, value);
System\Xml\Xsl\XsltOld\ElementAction.cs (2)
75
this.nameAvt = Avt.
CompileAvt
(compiler, value);
78
this.nsAvt = Avt.
CompileAvt
(compiler, value);
System\Xml\Xsl\XsltOld\NumberAction.cs (5)
179
this.formatAvt = Avt.
CompileAvt
(compiler, value);
182
this.langAvt = Avt.
CompileAvt
(compiler, value);
185
this.letterAvt = Avt.
CompileAvt
(compiler, value);
188
this.groupingSepAvt = Avt.
CompileAvt
(compiler, value);
191
this.groupingSizeAvt = Avt.
CompileAvt
(compiler, value);
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (1)
55
this.nameAvt = Avt.
CompileAvt
(compiler, value);
System\Xml\Xsl\XsltOld\SortAction.cs (4)
128
this.langAvt = Avt.
CompileAvt
(compiler, value);
131
this.dataTypeAvt = Avt.
CompileAvt
(compiler, value);
134
this.orderAvt = Avt.
CompileAvt
(compiler, value);
137
this.caseOrderAvt = Avt.
CompileAvt
(compiler, value);