5 references to localVars
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (5)
73
this.localVarsCache = (VariableAction[]) this.
localVars
.ToArray(typeof(VariableAction));
98
localVars
.Add(variable);
105
Debug.Assert(count <= this.
localVars
.Count, "This scope can't have more variables than we have in total");
107
this.
localVars
.RemoveRange(this.
localVars
.Count - count, count);