1 write to testKey
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\IfAction.cs (1)
48this.testKey = compiler.AddBooleanQuery(value);
3 references to testKey
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\IfAction.cs (3)
32CheckRequiredAttribute(compiler, this.testKey != Compiler.InvalidQueryKey, "test"); 63Debug.Assert(this.testKey != Compiler.InvalidQueryKey); 64bool value = processor.EvaluateBoolean(frame, this.testKey);