# File lib/rgen/instantiator/ecore_xml_instantiator.rb, line 112
  def eAllReferences(element)
    @eAllReferences ||= {}
    @eAllReferences[element.class] ||= element.class.ecore.eAllReferences
  end