7 references to IsFocusSet
System.Private.Xml (7)
System\Xml\Xsl\Xslt\QilGenerator.cs (7)
229
Debug.Assert(IsDebug && _curLoop.
IsFocusSet
);
236
Debug.Assert(!_curLoop.
IsFocusSet
&& !_funcFocus.IsFocusSet, "Must be compiled using singleton focus");
359
if (_curLoop.
IsFocusSet
)
376
if (_curLoop.
IsFocusSet
)
393
if (_curLoop.
IsFocusSet
)
1129
Debug.Assert(_curLoop.
IsFocusSet
);
1220
Debug.Assert(!_curLoop.
IsFocusSet
, "xsl:apply-imports cannot be inside of xsl:for-each");