3 references to Type
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
816
return XmlQueryTypeFactory.
Type
((XmlSchemaSimpleType)item.XmlType!, true);
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
60
return PrimeProduct(
Type
(((XmlSchemaSimpleTypeList)schemaType.Content!).BaseItemType!, isStrict), XmlQueryCardinality.ZeroOrMore);
68
queryMemberTypes[i] =
Type
(baseMemberTypes[i], isStrict);