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