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