1 write to _fields
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
281_fields = new List<FieldBuilder>();
5 references to _fields
System.Reflection.DispatchProxy (5)
System\Reflection\DispatchProxyGenerator.cs (5)
282_fields.Add(tb.DefineField("_methodInfos", typeof(MethodInfo[]), FieldAttributes.Private)); 291Type[] args = new Type[_fields.Count]; 294args[i] = _fields[i].FieldType; 312il.Emit(OpCodes.Stfld, _fields[i]); 492il.Emit(OpCodes.Ldfld, _fields[MethodInfosFieldAndCtorParameterIndex]); // MethodInfo[] _methodInfos