2 instantiations of Avt
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\Avt.cs (2)
70return constant ? new Avt(avtText) : new Avt(list);
30 references to Avt
System.Private.Xml (30)
System\Xml\Xsl\XsltOld\AttributeAction.cs (4)
15private Avt? _nameAvt; 16private Avt? _nsAvt; 102_nameAvt = Avt.CompileAvt(compiler, value); 106_nsAvt = Avt.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\Avt.cs (1)
63internal static Avt CompileAvt(Compiler compiler, string avtText)
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
58internal static string? PrecalculateAvt(ref Avt? avt)
System\Xml\Xsl\XsltOld\ElementAction.cs (4)
15private Avt? _nameAvt; 16private Avt? _nsAvt; 83_nameAvt = Avt.CompileAvt(compiler, value); 87_nsAvt = Avt.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\NumberAction.cs (10)
147private Avt? _formatAvt; 148private Avt? _langAvt; 149private Avt? _letterAvt; 150private Avt? _groupingSepAvt; 151private 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)
14private Avt? _nameAvt; 49_nameAvt = Avt.CompileAvt(compiler, value);
System\Xml\Xsl\XsltOld\SortAction.cs (8)
15private Avt? _langAvt; 16private Avt? _dataTypeAvt; 17private Avt? _orderAvt; 18private 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);