7 references to IsFocusSet
System.Data.SqlXml (7)
System\Xml\Xsl\Xslt\QilGenerator.cs (7)
208
Debug.Assert(IsDebug && curLoop.
IsFocusSet
);
215
Debug.Assert(!curLoop.
IsFocusSet
&& !funcFocus.IsFocusSet, "Must be compiled using singleton focus");
321
if (curLoop.
IsFocusSet
) {
332
if (curLoop.
IsFocusSet
) {
343
if (curLoop.
IsFocusSet
) {
950
Debug.Assert(curLoop.
IsFocusSet
);
1034
Debug.Assert(!curLoop.
IsFocusSet
, "xsl:apply-imports cannot be inside of xsl:for-each");