5 references to VarKey
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
295return GetVariable(this.action.GetDbgData(this).Variables[varIndex].VarKey);
System\Xml\Xsl\XsltOld\Compiler.cs (2)
324return oldVar.VarKey; 1117if (action.VarKey != InvalidQueryKey) {
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
86Debug.Assert(variable.VarKey != -1, "Variable was already placed and it should replace prev var.");
System\Xml\Xsl\XsltOld\Processor.cs (1)
894int variablekey = variable.VarKey;