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