1 write to method
System.Web.Services (1)
System\Web\Services\Description\ProtocolReflector.cs (1)
254
this.
method
= method;
4 references to method
System.Web.Services (4)
System\Web\Services\Description\ProtocolReflector.cs (4)
127
get { return
method
; }
279
reflectedBinding.bindingAttr = WebServiceBindingReflector.GetAttribute(
method
, bindingName);
288
reflectedBinding.methodList.Add(
method
);
289
bindings[reflectedBinding.bindingAttr.Name] =
method
;