1 write to taskAsAsyncResultMethodInfo
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TaskExtensions.cs (1)
29
taskAsAsyncResultMethodInfo
= typeof(System.Runtime.TaskExtensions).GetMethods().Where(m =>
3 references to taskAsAsyncResultMethodInfo
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TaskExtensions.cs (3)
27
if (
taskAsAsyncResultMethodInfo
== null)
31
Fx.Assert(
taskAsAsyncResultMethodInfo
!= null, "taskAsAsyncResultMethodInfo should not be null.");
34
return
taskAsAsyncResultMethodInfo
;