1 reference to IsArrayTypeSupported
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
318
if (type.IsArray && type.GetArrayRank() == 1 &&
IsArrayTypeSupported
(type.GetElementType()))