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