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