5 references to IsGenericType
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (2)
855
if (method.ReturnType.
IsGenericType
() && method.ReturnType.GetGenericTypeDefinition() == taskTResultType)
872
if (methodReturnType.
IsGenericType
() && methodReturnType.GetGenericTypeDefinition() == taskTResultType)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
459
if (type.
IsGenericType
() &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
46
if (faultType.
IsGenericType
() && (faultType.GetGenericTypeDefinition() == typeof(FaultException<>)))
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs (1)
101
if (headerParameterType.
IsGenericType
() && headerParameterType.GetGenericTypeDefinition() == typeof(MessageHeader<>))