System\Xml\Xsl\Runtime\XmlQueryOutput.cs (11)
217Debug.Assert(ValidateNames.ValidateName(prefix, localName, ns, XPathNodeType.Attribute, ValidateNames.Flags.All));
220ConstructInEnumAttrs(XPathNodeType.Attribute);
386this.xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.EnumAttrs : XmlState.WithinContent;
607WriteStartComputed(XPathNodeType.Attribute, tagName, prefixMappingsIndex);
614WriteStartComputed(XPathNodeType.Attribute, tagName, ns);
621WriteStartComputed(XPathNodeType.Attribute, navigator);
628WriteStartComputed(XPathNodeType.Attribute, name);
1012case XPathNodeType.Attribute:
1168Debug.Assert(rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace);
1210case XmlState.WithinAttr: return XPathNodeType.Attribute;
1432case XPathNodeType.Attribute: