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