1 write to InterfaceMethods
mscorlib (1)
system\rttype.cs (1)
3179im.InterfaceMethods = new MethodInfo[ifaceInstanceMethodCount];
10 references to InterfaceMethods
mscorlib (1)
system\rttype.cs (1)
3189im.InterfaceMethods[i] = (MethodInfo)ifaceMethodBase;
System.Data.Entity (1)
System\Data\Objects\ELinq\TypeSystem.cs (1)
268int propIndex = Array.IndexOf(interfaceMap.InterfaceMethods, getInterfaceProp);
System.Runtime.Serialization (6)
System\Runtime\Serialization\CollectionDataContract.cs (6)
894if (mapping.InterfaceMethods[i].Name == name) 895return mapping.InterfaceMethods[i]; 1165if (mapping.InterfaceMethods[i].Name == Globals.AddMethodName) 1166addMethod = mapping.InterfaceMethods[i]; 1167else if (mapping.InterfaceMethods[i].Name == Globals.GetEnumeratorMethodName) 1168getEnumeratorMethod = mapping.InterfaceMethods[i];
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
453int methodIndex = Array.IndexOf(ifaceMap.InterfaceMethods, opMethod);
System.Web.Services (1)
System\Web\Services\WebMethodAttribute.cs (1)
259return map.InterfaceMethods[j];