3 references to Create
System.Web.Services (3)
System\Web\Services\Protocols\LogicalMethodInfo.cs (2)
487
return
Create
(methodInfos, LogicalMethodTypes.Async | LogicalMethodTypes.Sync, null);
496
return
Create
(methodInfos, types, null);
System\Web\Services\WebMethodAttribute.cs (1)
319
return LogicalMethodInfo.
Create
((MethodInfo[])list.ToArray(typeof(MethodInfo)), LogicalMethodTypes.Async | LogicalMethodTypes.Sync, methodInfos);