1 write to _fields
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
275_fields = new List<FieldBuilder>();
5 references to _fields
System.Reflection.DispatchProxy (5)
System\Reflection\DispatchProxyGenerator.cs (5)
276_fields.Add(tb.DefineField("_methodInfos", typeof(MethodInfo[]), FieldAttributes.Private)); 285Type[] args = new Type[_fields.Count]; 288args[i] = _fields[i].FieldType; 306il.Emit(OpCodes.Stfld, _fields[i]); 486il.Emit(OpCodes.Ldfld, _fields[MethodInfosFieldAndCtorParameterIndex]); // MethodInfo[] _methodInfos