3 writes to globalVarsCache
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (3)
64this.globalVarsCache = (VariableAction[]) this.globalVars.ToArray(typeof(VariableAction)); 88this.globalVarsCache = null; 94this.globalVarsCache = null;
2 references to globalVarsCache
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
63if (this.globalVarsCache == null) { 66return this.globalVarsCache;