12 references to Element
System.Private.Xml (12)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
766case XPathNodeType.Element: return code == XmlTypeCode.Element;
System\Xml\Xsl\XmlQueryType.cs (2)
574goto case XmlTypeCode.Element; 579case XmlTypeCode.Element:
System\Xml\Xsl\XmlQueryTypeFactory.cs (9)
190public static readonly XmlQueryType Element = TF.Type(XmlTypeCode.Element, false); 304/* XPathNodeType.Element */ XmlTypeCode.Element, 378case XmlTypeCode.Element: 412UntypedElement = new ItemType(XmlTypeCode.Element, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true); 460case XmlTypeCode.Element: 471if (code == XmlTypeCode.Element) 520XmlTypeCode.Element => XmlNodeKindFlags.Element, 764if (_code == XmlTypeCode.Element) 796/* Element */ XmlTypeCode.Element,