44 references to InvalidQueryKey
System.Data.SqlXml (44)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (2)
22
private int selectKey = Compiler.
InvalidQueryKey
;
136
if (this.selectKey == Compiler.
InvalidQueryKey
) {
System\Xml\Xsl\XsltOld\AvtEvent.cs (2)
20
Debug.Assert(key != Compiler.
InvalidQueryKey
);
25
Debug.Assert(key != Compiler.
InvalidQueryKey
);
System\Xml\Xsl\XsltOld\Compiler.cs (3)
328
return
InvalidQueryKey
; // We didn't add this var, so doesn't matter what VarKey we return;
615
this.CanHaveApplyImports = template.MatchKey != Compiler.
InvalidQueryKey
;
1117
if (action.VarKey !=
InvalidQueryKey
) {
System\Xml\Xsl\XsltOld\ContainerAction.cs (4)
272
int MatchKey = Compiler.
InvalidQueryKey
;
273
int UseKey = Compiler.
InvalidQueryKey
;
303
CheckRequiredAttribute(compiler, MatchKey != Compiler.
InvalidQueryKey
, "match");
304
CheckRequiredAttribute(compiler, UseKey != Compiler.
InvalidQueryKey
, "use" );
System\Xml\Xsl\XsltOld\CopyOfAction.cs (2)
20
private int selectKey = Compiler.
InvalidQueryKey
;
24
CheckRequiredAttribute(compiler, selectKey != Compiler.
InvalidQueryKey
, "select");
System\Xml\Xsl\XsltOld\ForeachAction.cs (2)
22
private int selectKey = Compiler.
InvalidQueryKey
;
27
CheckRequiredAttribute(compiler, selectKey != Compiler.
InvalidQueryKey
, "select");
System\Xml\Xsl\XsltOld\IfAction.cs (3)
23
private int testKey = Compiler.
InvalidQueryKey
;
32
CheckRequiredAttribute(compiler, this.testKey != Compiler.
InvalidQueryKey
, "test");
63
Debug.Assert(this.testKey != Compiler.
InvalidQueryKey
);
System\Xml\Xsl\XsltOld\NumberAction.cs (8)
139
private int countKey = Compiler.
InvalidQueryKey
;
141
private int fromKey = Compiler.
InvalidQueryKey
;
143
private int valueKey = Compiler.
InvalidQueryKey
;
224
if(this.fromKey != Compiler.
InvalidQueryKey
) {
278
if(this.fromKey == Compiler.
InvalidQueryKey
) {
291
if (this.fromKey != Compiler.
InvalidQueryKey
&& processor.Matches(nav, this.fromKey)) {
351
if (this.valueKey != Compiler.
InvalidQueryKey
) {
402
if (this.countKey != Compiler.
InvalidQueryKey
) {
System\Xml\Xsl\XsltOld\Processor.cs (3)
462
Debug.Assert(key != Compiler.
InvalidQueryKey
);
467
Debug.Assert(key != Compiler.
InvalidQueryKey
);
480
Debug.Assert(key != Compiler.
InvalidQueryKey
);
System\Xml\Xsl\XsltOld\SortAction.cs (2)
17
private int selectKey = Compiler.
InvalidQueryKey
;
103
if (selectKey == Compiler.
InvalidQueryKey
) {
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
162
if (template.MatchKey != Compiler.
InvalidQueryKey
) {
System\Xml\Xsl\XsltOld\TemplateAction.cs (4)
19
private int matchKey = Compiler.
InvalidQueryKey
;
52
if (this.matchKey == Compiler.
InvalidQueryKey
) {
85
Debug.Assert(this.matchKey == Compiler.
InvalidQueryKey
);
118
if (!Double.IsNaN(this.priority) || this.matchKey == Compiler.
InvalidQueryKey
) {
System\Xml\Xsl\XsltOld\Templatemanager.cs (1)
84
if (matchKey != Compiler.
InvalidQueryKey
) {
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
18
private int selectKey = Compiler.
InvalidQueryKey
;
30
CheckRequiredAttribute(compiler, selectKey != Compiler.
InvalidQueryKey
, "select");
System\Xml\Xsl\XsltOld\VariableAction.cs (3)
29
protected int selectKey = Compiler.
InvalidQueryKey
;
68
if (this.selectKey != Compiler.
InvalidQueryKey
&& this.containedActions != null) {
125
if (this.selectKey != Compiler.
InvalidQueryKey
) {
System\Xml\Xsl\XsltOld\WithParamAction.cs (2)
26
if (this.selectKey != Compiler.
InvalidQueryKey
&& this.containedActions != null) {
37
if (this.selectKey != Compiler.
InvalidQueryKey
) {