// Assembly: System.Core
// Full name: System.Linq.Expressions.Interpreter.LocalVariables

namespace System.Linq.Expressions.Interpreter
{
public class LocalVariables // TypeDefIndex: 9974
{
	// Fields
	type#6097 _variables;
	type#4641 _closureVariables;
	type#20868 _localCount;
	type#20868 _maxLocalCount;

	// Methods
	// RVA: -1
	public type#22109 DefineLocal(type#24228 variable, type#20867 start) { }
	// RVA: -1
	public type#28660 UndefineLocal(type#22109 definition, type#20867 end) { }
	// RVA: -1
	internal type#28660 Box(type#24228 variable, type#20852 instructions) { }
	// RVA: -1
	public type#20867 get_LocalCount() { }
	// RVA: -1
	public type#15313 TryGetLocalOrClosure(type#24228 var, type#11994 local) { }
	// RVA: -1
	internal type#4640 get_ClosureVariables() { }
	// RVA: -1
	internal type#22122 AddClosureVariable(type#24228 variable) { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
