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