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