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