2 instantiations of Avt
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\Avt.cs (2)
70
return constant ? new
Avt
(avtText) : new
Avt
(list);
30 references to Avt
System.Private.Xml (30)
System\Xml\Xsl\XsltOld\AttributeAction.cs (4)
15
private
Avt
? _nameAvt;
16
private
Avt
? _nsAvt;
102
_nameAvt =
Avt
.CompileAvt(compiler, value);
106
_nsAvt =
Avt
.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\Avt.cs (1)
63
internal static
Avt
CompileAvt(Compiler compiler, string avtText)
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
58
internal static string? PrecalculateAvt(ref
Avt
? avt)
System\Xml\Xsl\XsltOld\ElementAction.cs (4)
15
private
Avt
? _nameAvt;
16
private
Avt
? _nsAvt;
83
_nameAvt =
Avt
.CompileAvt(compiler, value);
87
_nsAvt =
Avt
.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\NumberAction.cs (10)
147
private
Avt
? _formatAvt;
148
private
Avt
? _langAvt;
149
private
Avt
? _letterAvt;
150
private
Avt
? _groupingSepAvt;
151
private
Avt
? _groupingSizeAvt;
189
_formatAvt =
Avt
.CompileAvt(compiler, value);
193
_langAvt =
Avt
.CompileAvt(compiler, value);
197
_letterAvt =
Avt
.CompileAvt(compiler, value);
201
_groupingSepAvt =
Avt
.CompileAvt(compiler, value);
205
_groupingSizeAvt =
Avt
.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (2)
14
private
Avt
? _nameAvt;
49
_nameAvt =
Avt
.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\SortAction.cs (8)
15
private
Avt
? _langAvt;
16
private
Avt
? _dataTypeAvt;
17
private
Avt
? _orderAvt;
18
private
Avt
? _caseOrderAvt;
151
_langAvt =
Avt
.CompileAvt(compiler, value);
155
_dataTypeAvt =
Avt
.CompileAvt(compiler, value);
159
_orderAvt =
Avt
.CompileAvt(compiler, value);
163
_caseOrderAvt =
Avt
.CompileAvt(compiler, value);