2 references to Create
System.Web.Services (2)
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
33LogicalMethodInfo[] methodInfos = LogicalMethodInfo.Create(type.GetMethods(), LogicalMethodTypes.Sync);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
114LogicalMethodInfo[] methodInfos = LogicalMethodInfo.Create(type.GetMethods(BindingFlags.Public | BindingFlags.Instance), LogicalMethodTypes.Sync);