9 references to IsMappedType
System.Xml (9)
System\Xml\Serialization\Mappings.cs (1)
868if (td.IsMappedType || (!td.IsValueType && (Elements[0].IsSoap || td.ArrayElementTypeDesc == null)))
System\Xml\Serialization\XmlCodeExporter.cs (6)
124if (mapping.TypeDesc.IsMappedType) { 137if (!mapping.TypeDesc.IsMappedType) { 391if (mapping.TypeDesc.IsMappedType && field != null && defaultValue is string) { 425if (comments != null && !pm.TypeDesc.HasDefaultSupport && pm.TypeDesc.IsMappedType) { 781if (isNullable != null && (bool)isNullable && typeDesc.IsValueType && !typeDesc.IsMappedType && CodeProvider.Supports(GeneratorSupport.GenericTypeReference)) { 799if (dataTypeDesc != null && dataTypeDesc.IsAmbiguousDataType && !dataTypeDesc.IsMappedType) {
System\Xml\Serialization\XmlSchemaImporter.cs (2)
371if (!mapping.TypeDesc.IsMappedType) { 1509if (mapping != null && !mapping.TypeDesc.IsMappedType) {