4 references to Async
System.Web.Services (4)
System\Web\Services\Protocols\LogicalMethodInfo.cs (3)
487return Create(methodInfos, LogicalMethodTypes.Async | LogicalMethodTypes.Sync, null); 500ArrayList begins = (types & LogicalMethodTypes.Async) != 0 ? new ArrayList() : null; 501Hashtable ends = (types & LogicalMethodTypes.Async) != 0 ? new Hashtable() : null;
System\Web\Services\WebMethodAttribute.cs (1)
319return LogicalMethodInfo.Create((MethodInfo[])list.ToArray(typeof(MethodInfo)), LogicalMethodTypes.Async | LogicalMethodTypes.Sync, methodInfos);