2 writes to methodInfo
System.Web.Services (2)
System\Web\Services\Protocols\LogicalMethodInfo.cs (2)
68
this.
methodInfo
= methodInfo;
86
this.
methodInfo
= beginMethodInfo;
19 references to methodInfo
System.Web.Services (19)
System\Web\Services\Protocols\LogicalMethodInfo.cs (19)
125
return
methodInfo
.ToString();
142
object returnValue =
methodInfo
.Invoke(target, values);
172
return (IAsyncResult)
methodInfo
.Invoke(target, asyncValues);
211
get { return
methodInfo
.DeclaringType; }
308
object[] implAttributes =
methodInfo
.GetCustomAttributes(type, false);
321
throw new InvalidOperationException(Res.GetString(Res.ContractOverride,
methodInfo
.Name,
methodInfo
.DeclaringType.FullName, declaration.DeclaringType.FullName, declaration.ToString(), implAttributes[0].ToString()));
329
attrForType =
methodInfo
.GetCustomAttributes(type, false);
366
get { return
methodInfo
; }
377
return
methodInfo
.ReturnTypeCustomAttributes;
389
get { return endMethodInfo == null ?
methodInfo
: null; }
397
get { return
methodInfo
; }
553
if (
methodInfo
== null)
555
string key =
methodInfo
.DeclaringType.FullName + ":" +
methodInfo
.ToString();
567
methodInfo
.GetParameters();
568
ParameterInfo[] parameters =
methodInfo
.GetParameters();
573
throw new InvalidOperationException(Res.GetString(Res.ContractOverride,
methodInfo
.Name,
methodInfo
.DeclaringType.FullName, declaration.DeclaringType.FullName, declaration.ToString(), o.ToString()));