private IScopeContext GetContextFromItem(ImplementationDefinition item) { return(item.IsNull() ? ScopeContext.NullInstance() : ResolveType(item)); }