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