1 write to _methodInfos
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
284
_methodInfos
= new List<MethodInfo>();
3 references to _methodInfos
System.Reflection.DispatchProxy (3)
System\Reflection\DispatchProxyGenerator.cs (3)
321
return new GeneratedTypeInfo(_tb.CreateType(),
_methodInfos
.ToArray());
362
int methodInfoIndex =
_methodInfos
.Count;
363
_methodInfos
.Add(mi);