4 references to WithinAttr
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (4)
506
_xstate = XmlState.
WithinAttr
;
523
Debug.Assert(_xstate == XmlState.
WithinAttr
, $"WriteEndAttribute cannot be called in the {_xstate} state.");
1002
case XmlState.
WithinAttr
:
1335
case XmlState.
WithinAttr
: return XPathNodeType.Attribute;