System\Xml\Xsl\Runtime\XmlQueryOutput.cs (11)
231Debug.Assert(ValidateNames.ValidateName(prefix, localName, ns, XPathNodeType.Attribute, ValidateNames.Flags.All));
234ConstructInEnumAttrs(XPathNodeType.Attribute);
422_xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.EnumAttrs : XmlState.WithinContent;
666WriteStartComputed(XPathNodeType.Attribute, tagName, prefixMappingsIndex);
674WriteStartComputed(XPathNodeType.Attribute, tagName, ns);
682WriteStartComputed(XPathNodeType.Attribute, navigator);
690WriteStartComputed(XPathNodeType.Attribute, name);
1116case XPathNodeType.Attribute:
1288Debug.Assert(rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace);
1335case XmlState.WithinAttr: return XPathNodeType.Attribute;
1575case XPathNodeType.Attribute: