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