4 references to WithinAttr
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (4)
463this.xstate = XmlState.WithinAttr; 478Debug.Assert(this.xstate == XmlState.WithinAttr, "WriteEndAttribute cannot be called in the " + this.xstate + " state."); 910case XmlState.WithinAttr: 1210case XmlState.WithinAttr: return XPathNodeType.Attribute;