boolean bool1 = false;
Set localSet = getInternalDependencies(paramBindingImpl);
Iterator localIterator = localSet.iterator();
while (localIterator.hasNext())
{
Dependency localDependency = (Dependency)localIterator.next();
Key localKey = localDependency.getKey();
InjectionPoint localInjectionPoint = localDependency.getInjectionPoint();
if (paramSet.add(localKey))
{
BindingImpl localBindingImpl = (BindingImpl)this.jitBindings.get(localKey);
if (localBindingImpl != null)
{