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