#include "il2cpp-config.h" #include "Context.h" namespace il2cpp { namespace icalls { namespace mscorlib { namespace System { namespace Runtime { namespace Remoting { namespace Contexts { void Context::RegisterContext(Il2CppObject* ctx) { IL2CPP_NOT_IMPLEMENTED_ICALL(Context::RegisterContext); IL2CPP_UNREACHABLE; } void Context::ReleaseContext(Il2CppObject* ctx) { IL2CPP_NOT_IMPLEMENTED_ICALL(Context::ReleaseContext); IL2CPP_UNREACHABLE; } } // namespace Contexts } // namespace Remoting } // namespace Runtime } // namespace System } // namespace mscorlib } // namespace icalls } // namespace il2cpp