Example #1
0
 public string Method(MethodReference genericMethod)
 {
     this._methodUsage.AddMethod(genericMethod);
     return(Naming.ForMethod(this._typeResolver.Resolve(genericMethod)));
 }