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