8 references to Type
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (8)
1630Type targetType = xmlElement.Type == null ? arrayElementType : xmlElement.Type; 1806if (xmlElement.Type != null) 1808if (_typeScope.GetTypeDesc(xmlElement.Type) != accessor.TypeDesc) 1874Type targetType = xmlElement.Type == null ? accessorType : xmlElement.Type; 2074Type type = elements[i].Type == null ? accessorType : elements[i].Type;