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