public static InterpetedContext Root() { return(new InterpetedContext(new IInterpetedScope[] { TypeManager.InstanceScope() })); }
public IInterpetedScope Create() { return(TypeManager.InstanceScope(staticScope, finalizedScope)); }