9 references to IsMappedType
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1032if (td.IsMappedType || (!td.IsValueType && (Elements[0].IsSoap || td.ArrayElementTypeDesc == null)))
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (6)
135if (mapping.TypeDesc.IsMappedType) 153if (!mapping.TypeDesc.IsMappedType) 441if (mapping.TypeDesc.IsMappedType && field != null && defaultValue is string) 484if (comments != null && !pm.TypeDesc.HasDefaultSupport && pm.TypeDesc.IsMappedType) 900if (isNullable != null && (bool)isNullable && typeDesc.IsValueType && !typeDesc.IsMappedType && CodeProvider.Supports(GeneratorSupport.GenericTypeReference)) 923if (dataTypeDesc != null && dataTypeDesc.IsAmbiguousDataType && !dataTypeDesc.IsMappedType)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
413if (!mapping.TypeDesc.IsMappedType) 1728if (mapping != null && !mapping.TypeDesc.IsMappedType)