6 references to UntypedAnyType
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaType.cs (2)
72if (qualifiedName.Equals(XmlSchemaComplexType.UntypedAnyType.QualifiedName)) 74return XmlSchemaComplexType.UntypedAnyType;
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
801return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), XmlSchemaComplexType.UntypedAnyType, false);
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
411UntypedDocument = new ItemType(XmlTypeCode.Document, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true); 412UntypedElement = new ItemType(XmlTypeCode.Element, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true); 468if (contentType == XmlSchemaComplexType.UntypedAnyType)