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