Implemented interface member:
method
GetMethod
System.Runtime.InteropServices._Type.GetMethod(System.String, System.Type[], System.Reflection.ParameterModifier[])
10 references to GetMethod
mscorlib (9)
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (9)
117
MethodInfo ArrayListAddMethod = typeof(ArrayList).
GetMethod
( "Add", aParamTypes, null );
121
MethodInfo MonitorEnterMethod = typeof(Monitor).
GetMethod
( "Enter", MonitorEnterParamTypes, null );
126
MethodInfo MonitorExitMethod = typeof(Monitor).
GetMethod
( "Exit", aParamTypes, null );
252
MethodInfo ArrayListRemoveMethod = typeof(ArrayList).
GetMethod
( "RemoveAt", aParamTypes, null );
269
MethodInfo DelegateEqualsMethod = typeof(Delegate).
GetMethod
( "Equals", aParamTypes, null );
273
MethodInfo MonitorEnterMethod = typeof(Monitor).
GetMethod
("Enter", MonitorEnterParamTypes, null);
278
MethodInfo MonitorExitMethod = typeof(Monitor).
GetMethod
( "Exit", aParamTypes, null );
611
MethodInfo MonitorEnterMethod = typeof(Monitor).
GetMethod
("Enter", MonitorEnterParamTypes, null);
617
MethodInfo MonitorExitMethod = typeof(Monitor).
GetMethod
( "Exit", aParamTypes, null );
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\TypeSystem.cs (1)
60
expressionMethodMap.Add(typeof(string).
GetMethod
("Concat", new Type[] { typeof(string), typeof(string) }, null), @"concat");