11 references to IsEmpty
System.Data.SqlXml (11)
System\Xml\Xsl\Runtime\ContentIterators.cs (2)
202if (this.navStack.IsEmpty) 355if (this.navStack.IsEmpty) {
System\Xml\Xsl\Runtime\TreeIterators.cs (7)
255if (this.stack.IsEmpty) 520if (this.stack.IsEmpty) 563if (this.stack.IsEmpty) 603if (!this.navStack.IsEmpty) { 614if (this.navStack.IsEmpty) 716if (!this.navStack.IsEmpty) { 727if (this.navStack.IsEmpty)
System\Xml\Xsl\Runtime\XmlNavigatorStack.cs (2)
53Debug.Assert(!IsEmpty); 61Debug.Assert(!IsEmpty);