1 write to GenericType
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
291GenericType = tcsType.MakeGenericType(new Type[] { resultType });
4 references to GenericType
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ServiceChannelProxy.cs (4)
292TaskProperty = GenericType.GetTypeInfo().GetDeclaredProperty("Task"); 293TrySetResultMethod = GenericType.GetTypeInfo().GetDeclaredMethod("TrySetResult"); 294TrySetExceptionMethod = GenericType.GetRuntimeMethod("TrySetException", new Type[] { typeof(Exception) }); 295TrySetCanceledMethod = GenericType.GetRuntimeMethod("TrySetCanceled", Array.Empty<Type>());