2 writes to _formatAvt
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
189
_formatAvt
= Avt.CompileAvt(compiler, value);
220
_formatTokens = ParseFormat(PrecalculateAvt(ref
_formatAvt
));
2 references to _formatAvt
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
439
_formatAvt
== null ? _formatTokens : ParseFormat(
_formatAvt
.Evaluate(processor, frame)),