4 writes to TargetMethods
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
2764im.TargetMethods = new MethodInfo[ifaceVirtualMethodCount]; 2811Array.Resize(ref im.TargetMethods, actualCount);
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
282TargetMethods = Project(value.TargetMethods, ProjectMethod),
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
1260TargetMethods = new MethodInfo[interfaceMethods.Length]
13 references to TargetMethods
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
693declaringType.GetInterfaceMap(typeof(IDisposable)).TargetMethods[0] == baseMethodInfo);
Microsoft.AspNetCore.Mvc.Core.Test (4)
ApplicationModels\DefaultApplicationModelProviderTest.cs (4)
600typeInfo.GetRuntimeInterfaceMap(typeof(IDisposable)).TargetMethods[0]; 618typeInfo.GetRuntimeInterfaceMap(typeof(IDisposable)).TargetMethods[0]; 672typeInfo.GetRuntimeInterfaceMap(typeof(IDisposable)).TargetMethods[0]; 690typeInfo.GetRuntimeInterfaceMap(typeof(IDisposable)).TargetMethods[0];
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubReflectionHelper.cs (1)
15var excludedInterfaceMethods = hubType.GetInterfaceMap(typeof(IDisposable)).TargetMethods;
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\MemberInfo\TypeImpl.cs (2)
303map.InterfaceMethods.Zip(map.TargetMethods, (interfaceMethod, implementingMethod) => 459if (map.TargetMethods.Any(m => m.DeclaringType == t))
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
101foreach (MethodInfo method in map.TargetMethods)
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
2804im.TargetMethods[actualCount++] = (targetMethod is { IsGenericMethod: true, IsGenericMethodDefinition: false })
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
282TargetMethods = Project(value.TargetMethods, ProjectMethod),
System.Reflection.Emit (2)
System\Reflection\Emit\TypeBuilderImpl.cs (2)
1269im.TargetMethods[i] = targetMethod!; 1287im.TargetMethods[i] = mapping[j].targetMethod;