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