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