Example #1
0
 void addMethodSpecification(MethodSpecification methodSpecification)
 {
     if (methodSpecification == null)
         return;
     addMethodReference(methodSpecification);
     pushMember(methodSpecification.ElementMethod);
 }
 private static MemberReference ElementTypeFor(MethodSpecification genericInstanceMethod)
 {
     return genericInstanceMethod.ElementMethod;
 }