4 writes to InterfaceMethods
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
2763im.InterfaceMethods = new MethodInfo[ifaceVirtualMethodCount]; 2810Array.Resize(ref im.InterfaceMethods, actualCount);
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
280InterfaceMethods = Project(value.InterfaceMethods, ProjectMethod),
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
1259InterfaceMethods = new MethodInfo[interfaceMethods.Length],
5 references to InterfaceMethods
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\MemberInfo\TypeImpl.cs (1)
303map.InterfaceMethods.Zip(map.TargetMethods, (interfaceMethod, implementingMethod) =>
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
2780im.InterfaceMethods[actualCount] = (MethodInfo)ifaceMethodBase;
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
280InterfaceMethods = Project(value.InterfaceMethods, ProjectMethod),
System.Reflection.Emit (2)
System\Reflection\Emit\TypeBuilderImpl.cs (2)
1268im.InterfaceMethods[i] = interfaceMethod; 1285if (im.InterfaceMethods[i].Equals(mapping[j].ifaceMethod))