in reactor/Core/src/jetbrains/mps/logic/reactor/evaluation/EvaluationSession.java [35:38]
public static EvaluationSession current() {
if (ourBackend == null) throw new IllegalStateException("no backend");
return ourBackend.current();
}