3 writes to localVarsCache
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (3)
73
this.
localVarsCache
= (VariableAction[]) this.localVars.ToArray(typeof(VariableAction));
99
this.
localVarsCache
= null;
108
this.
localVarsCache
= null;
2 references to localVarsCache
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
72
if (this.
localVarsCache
== null) {
75
return this.
localVarsCache
;