9 references to Type
System.Web.Extensions (1)
Compilation\WCFModel\SchemaMerger.cs (1)
645
Type elementType = elementAttribute.
Type
;
System.Xml (8)
System\Xml\Serialization\XmlReflectionImporter.cs (8)
1422
Type targetType = xmlElement.
Type
== null ? arrayElementType : xmlElement.
Type
;
1577
if (xmlElement.
Type
!= null) {
1578
if (typeScope.GetTypeDesc(xmlElement.
Type
) != accessor.TypeDesc)
1634
Type targetType = xmlElement.
Type
== null ? accessorType : xmlElement.
Type
;
1809
Type type = elements[i].
Type
== null ? accessorType : elements[i].
Type
;