2100c2100,2102 < if (null != (method as InternalMethod) || null != (method as GenericConstructedMethod)) { --- > if (null != (method as InternalMethod) || (null != (method as GenericConstructedMethod) && > null == (((GenericConstructedMethod)method).GenericDefinition as ExternalMethod))) > {