7 references to IsFocusSet
System.Private.Xml (7)
System\Xml\Xsl\Xslt\QilGenerator.cs (7)
227
Debug.Assert(IsDebug && _curLoop.
IsFocusSet
);
234
Debug.Assert(!_curLoop.
IsFocusSet
&& !_funcFocus.IsFocusSet, "Must be compiled using singleton focus");
355
if (_curLoop.
IsFocusSet
)
372
if (_curLoop.
IsFocusSet
)
389
if (_curLoop.
IsFocusSet
)
1125
Debug.Assert(_curLoop.
IsFocusSet
);
1216
Debug.Assert(!_curLoop.
IsFocusSet
, "xsl:apply-imports cannot be inside of xsl:for-each");