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