5 references to IsGenericType
System.ServiceModel.Primitives (5)
System\ServiceModel\Description\ServiceReflector.cs (2)
892if (method.ReturnType.IsGenericType() && method.ReturnType.GetGenericTypeDefinition() == taskTResultType) 909if (methodReturnType.IsGenericType() && methodReturnType.GetGenericTypeDefinition() == taskTResultType)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
561if (type.IsGenericType() &&
System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
53if (faultType.IsGenericType() && (faultType.GetGenericTypeDefinition() == typeof(FaultException<>)))
System\ServiceModel\MessageHeaderT.cs (1)
87if (headerParameterType.IsGenericType() && headerParameterType.GetGenericTypeDefinition() == typeof(MessageHeader<>))