4 writes to focusType
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\Focus.cs (4)
42
focusType
= SingletonFocusType.None;
48
this.
focusType
= focusType;
53
this.
focusType
= SingletonFocusType.Iterator;
56
this.
focusType
= SingletonFocusType.None;
3 references to focusType
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\Focus.cs (3)
63
Debug.Assert(
focusType
!= SingletonFocusType.None, "Focus is not set, call SetFocus first");
68
switch (
focusType
) {
72
Debug.Assert(
focusType
== SingletonFocusType.Iterator && current != null, "Unexpected singleton focus type");