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