// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Serialization.IReferenceResolver

namespace Newtonsoft.Json.Serialization
{
public class IReferenceResolver // TypeDefIndex: 10365
{

	// Methods
	// RVA: -1
	public abstract type#23705 ResolveReference(type#23705 context, type#26576 reference) { }
	// RVA: -1
	public abstract type#26576 GetReference(type#23705 context, type#23705 value) { }
	// RVA: -1
	public abstract type#15313 IsReferenced(type#23705 context, type#23705 value) { }
	// RVA: -1
	public abstract type#28660 AddReference(type#23705 context, type#26576 reference, type#23705 value) { }
}
}
