// Token: 0x0600063A RID: 1594 RVA: 0x00034E28 File Offset: 0x00033028 public void imethod_1(bool bool_1, Interface1 interface1_0) { Class19 @class = interface1_0 as Class19; if (@class == null) { throw new ArgumentException("invalid parameter passed to AES init - " + interface1_0.GetType().Name); } this.uint_2 = this.method_4(@class.method_0(), bool_1); this.bool_0 = bool_1; }
// Token: 0x0600083A RID: 2106 RVA: 0x00031A1C File Offset: 0x0002FC1C public string GetReference(object context, object value) { Class19 <string, object> @class = this.method_0(context); string text; if ([email protected]_0(value, out text)) { this.int_0++; text = this.int_0.ToString(CultureInfo.InvariantCulture); @class.Set(text, value); } return(text); }