2 writes to formatAvt
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
179
this.
formatAvt
= Avt.CompileAvt(compiler, value);
204
this.formatTokens = ParseFormat(PrecalculateAvt(ref this.
formatAvt
));
2 references to formatAvt
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
380
this.
formatAvt
== null ? this.formatTokens : ParseFormat(this.
formatAvt
.Evaluate(processor, frame)),