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