44 references to InvalidQueryKey
System.Private.Xml (44)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (2)
19private int _selectKey = Compiler.InvalidQueryKey; 148if (_selectKey == Compiler.InvalidQueryKey)
System\Xml\Xsl\XsltOld\AvtEvent.cs (2)
18Debug.Assert(key != Compiler.InvalidQueryKey); 24Debug.Assert(_key != Compiler.InvalidQueryKey);
System\Xml\Xsl\XsltOld\Compiler.cs (3)
354return InvalidQueryKey; // We didn't add this var, so doesn't matter what VarKey we return; 685this.CanHaveApplyImports = template.MatchKey != Compiler.InvalidQueryKey; 1120if (action.VarKey != InvalidQueryKey)
System\Xml\Xsl\XsltOld\ContainerAction.cs (4)
318int MatchKey = Compiler.InvalidQueryKey; 319int UseKey = Compiler.InvalidQueryKey; 356CheckRequiredAttribute(MatchKey != Compiler.InvalidQueryKey, "match"); 357CheckRequiredAttribute(UseKey != Compiler.InvalidQueryKey, "use");
System\Xml\Xsl\XsltOld\CopyOfAction.cs (2)
17private int _selectKey = Compiler.InvalidQueryKey; 22CheckRequiredAttribute(_selectKey != Compiler.InvalidQueryKey, "select");
System\Xml\Xsl\XsltOld\ForEachAction.cs (2)
19private int _selectKey = Compiler.InvalidQueryKey; 25CheckRequiredAttribute(_selectKey != Compiler.InvalidQueryKey, "select");
System\Xml\Xsl\XsltOld\IfAction.cs (3)
21private int _testKey = Compiler.InvalidQueryKey; 33CheckRequiredAttribute(_testKey != Compiler.InvalidQueryKey, "test"); 72Debug.Assert(_testKey != Compiler.InvalidQueryKey);
System\Xml\Xsl\XsltOld\NumberAction.cs (8)
142private int _countKey = Compiler.InvalidQueryKey; 144private int _fromKey = Compiler.InvalidQueryKey; 146private int _valueKey = Compiler.InvalidQueryKey; 243if (_fromKey != Compiler.InvalidQueryKey) 310if (_fromKey == Compiler.InvalidQueryKey) 328if (_fromKey != Compiler.InvalidQueryKey && processor.Matches(nav, _fromKey)) 402if (_valueKey != Compiler.InvalidQueryKey) 461if (_countKey != Compiler.InvalidQueryKey)
System\Xml\Xsl\XsltOld\Processor.cs (3)
513Debug.Assert(key != Compiler.InvalidQueryKey); 519Debug.Assert(key != Compiler.InvalidQueryKey); 534Debug.Assert(key != Compiler.InvalidQueryKey);
System\Xml\Xsl\XsltOld\SortAction.cs (2)
14private int _selectKey = Compiler.InvalidQueryKey; 121if (_selectKey == Compiler.InvalidQueryKey)
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
187if (template.MatchKey != Compiler.InvalidQueryKey)
System\Xml\Xsl\XsltOld\TemplateAction.cs (4)
16private int _matchKey = Compiler.InvalidQueryKey; 56if (_matchKey == Compiler.InvalidQueryKey) 96Debug.Assert(_matchKey == Compiler.InvalidQueryKey); 128if (!double.IsNaN(_priority) || _matchKey == Compiler.InvalidQueryKey)
System\Xml\Xsl\XsltOld\TemplateManager.cs (1)
88if (matchKey != Compiler.InvalidQueryKey)
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
15private int _selectKey = Compiler.InvalidQueryKey; 29CheckRequiredAttribute(_selectKey != Compiler.InvalidQueryKey, "select");
System\Xml\Xsl\XsltOld\VariableAction.cs (3)
26protected int selectKey = Compiler.InvalidQueryKey; 74if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) 147if (this.selectKey != Compiler.InvalidQueryKey)
System\Xml\Xsl\XsltOld\WithParamAction.cs (2)
25if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) 39if (this.selectKey != Compiler.InvalidQueryKey)