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)
310return new GeneratedTypeInfo(_tb.CreateType(), _methodInfos.ToArray()); 351int methodInfoIndex = _methodInfos.Count; 352_methodInfos.Add(mi);