5 references to FromAsync
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (1)
940
return
FromAsync
(beginMethod, endMethod, arg1, state, m_defaultCreationOptions);
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
452
await Task.Factory.
FromAsync
(ChannelFactory.BeginClose, ChannelFactory.EndClose, timeout, null, TaskCreationOptions.None);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Security\SecurityUtilsEx.cs (1)
92
return Task.Factory.
FromAsync
(co.BeginClose, co.EndClose, timeout, null, TaskCreationOptions.None);
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityUtils.cs (2)
516
return Task.Factory.
FromAsync
(communicationObject.BeginOpen, communicationObject.EndOpen, timeout, null, TaskCreationOptions.None);
537
return Task.Factory.
FromAsync
(communicationObject.BeginClose, communicationObject.EndClose, timeout, null, TaskCreationOptions.None);