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