4 references to AreTypesCompatible
System.ServiceModel.Internals (4)
System\Runtime\TypeHelper.cs (4)
43
return
AreTypesCompatible
(source.GetType(), destinationType);
78
if (TypeHelper.
AreTypesCompatible
(sourceType, targetType))
89
if (TypeHelper.
AreTypesCompatible
(sourceType, targetType))
302
return
AreTypesCompatible
(sourceType, destinationType);