System\Xml\Xsl\Runtime\XmlQueryOutput.cs (11)
230Debug.Assert(ValidateNames.ValidateName(prefix, localName, ns, XPathNodeType.Attribute, ValidateNames.Flags.All));
233ConstructInEnumAttrs(XPathNodeType.Attribute);
421_xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.EnumAttrs : XmlState.WithinContent;
665WriteStartComputed(XPathNodeType.Attribute, tagName, prefixMappingsIndex);
673WriteStartComputed(XPathNodeType.Attribute, tagName, ns);
681WriteStartComputed(XPathNodeType.Attribute, navigator);
689WriteStartComputed(XPathNodeType.Attribute, name);
1115case XPathNodeType.Attribute:
1287Debug.Assert(rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace);
1334case XmlState.WithinAttr: return XPathNodeType.Attribute;
1574case XPathNodeType.Attribute: