1 write to _testKey
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\IfAction.cs (1)
53
_testKey
= compiler.AddBooleanQuery(value);
3 references to _testKey
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\IfAction.cs (3)
33
CheckRequiredAttribute(
_testKey
!= Compiler.InvalidQueryKey, "test");
72
Debug.Assert(
_testKey
!= Compiler.InvalidQueryKey);
73
bool value = processor.EvaluateBoolean(frame,
_testKey
);