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