2 instantiations of Avt
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\Avt.cs (2)
62return constant ? new Avt(avtText) : new Avt(list);
30 references to Avt
System.Data.SqlXml (30)
System\Xml\Xsl\XsltOld\AttributeAction.cs (4)
18private Avt nameAvt; 19private Avt nsAvt; 89this.nameAvt = Avt.CompileAvt(compiler, value); 92this.nsAvt = Avt.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\Avt.cs (1)
56internal static Avt CompileAvt(Compiler compiler, string avtText) {
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
51internal static string PrecalculateAvt(ref Avt avt) {
System\Xml\Xsl\XsltOld\ElementAction.cs (4)
18private Avt nameAvt; 19private Avt nsAvt; 75this.nameAvt = Avt.CompileAvt(compiler, value); 78this.nsAvt = Avt.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\NumberAction.cs (10)
144private Avt formatAvt; 145private Avt langAvt; 146private Avt letterAvt; 147private Avt groupingSepAvt; 148private Avt groupingSizeAvt; 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 (2)
19private Avt nameAvt; 55this.nameAvt = Avt.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\SortAction.cs (8)
18private Avt langAvt; 19private Avt dataTypeAvt; 20private Avt orderAvt; 21private Avt caseOrderAvt; 128this.langAvt = Avt.CompileAvt(compiler, value); 131this.dataTypeAvt = Avt.CompileAvt(compiler, value); 134this.orderAvt = Avt.CompileAvt(compiler, value); 137this.caseOrderAvt = Avt.CompileAvt(compiler, value);