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