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