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)),