4 references to Type
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
1500
Type targetType = xmlArrayItem.
Type
!= null ? xmlArrayItem.
Type
: arrayElementType;
2099
Type type = items[i].
Type
== null ? accessorType : items[i].
Type
;