1 write to TargetMethods
mscorlib (1)
system\rttype.cs (1)
3180im.TargetMethods = new MethodInfo[ifaceInstanceMethodCount];
10 references to TargetMethods
mscorlib (1)
system\rttype.cs (1)
3202im.TargetMethods[i] = (MethodInfo)rtTypeMethodBase;
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
101foreach (MethodInfo method in map.TargetMethods)
System.Data.Entity (3)
System\Data\Objects\ELinq\TypeSystem.cs (2)
229if (map.TargetMethods.Contains(test)) 272MethodInfo[] targetMethods = interfaceMap.TargetMethods;
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1572_getObjectDataMethod = mapping.TargetMethods[0];
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
2464foreach (MethodInfo mi in im.TargetMethods)
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
892for (int i = 0; i < mapping.TargetMethods.Length; i++) 1163for (int i = 0; i < mapping.TargetMethods.Length; i++)
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
458MethodInfo implMethod = ifaceMap.TargetMethods[methodIndex];
System.Web.Services (1)
System\Web\Services\WebMethodAttribute.cs (1)
256MethodInfo[] targetMethods = map.TargetMethods;