1 reference to IsArrayTypeSupported
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
360
if (type.IsArray && type.GetArrayRank() == 1 &&
IsArrayTypeSupported
(type.GetElementType()))