1 write to GenericType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
289
GenericType
= tcsType.MakeGenericType(new Type[] { resultType });
5 references to GenericType
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (5)
260
_tcsInstance = Activator.CreateInstance(_tcsInfo.
GenericType
);
290
TaskProperty =
GenericType
.GetTypeInfo().GetDeclaredProperty("Task");
291
TrySetResultMethod =
GenericType
.GetTypeInfo().GetDeclaredMethod("TrySetResult");
292
TrySetExceptionMethod =
GenericType
.GetRuntimeMethod("TrySetException", new Type[] { typeof(Exception) });
293
TrySetCanceledMethod =
GenericType
.GetRuntimeMethod("TrySetCanceled", Array.Empty<Type>());