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