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