7 references to IsEnum
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (3)
427
if (!member.TypeDesc.IsPrimitive && !member.TypeDesc.
IsEnum
&& !member.TypeDesc.IsOptionalValue)
454
if (itemTypeMapping.TypeDesc.IsValueType && !itemTypeMapping.TypeDesc.IsPrimitive && !itemTypeMapping.TypeDesc.
IsEnum
)
722
if (!accessor.TypeDesc.IsPrimitive && !accessor.TypeDesc.
IsEnum
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
1148
if (typeDesc.CanBeTextValue || typeDesc.
IsEnum
|| typeDesc.IsPrimitive)
1564
if (a.XmlAttribute != null && !accessor.TypeDesc.ArrayElementTypeDesc.IsPrimitive && !accessor.TypeDesc.ArrayElementTypeDesc.
IsEnum
)
1576
bool isList = a.XmlAttribute != null && (accessor.TypeDesc.ArrayElementTypeDesc.IsPrimitive || accessor.TypeDesc.ArrayElementTypeDesc.
IsEnum
);
1758
if (accessor.TypeDesc.IsPrimitive || accessor.TypeDesc.
IsEnum
)