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