Implemented interface member:
method
GetMethods
System.Runtime.InteropServices._Type.GetMethods()
29 references to GetMethods
ComSvcConfig (3)
ComplusTypeValidator.cs (3)
119MethodInfo[] methods = typeOfInterface.GetMethods(); 187MethodInfo[] methods = typeOfInterface.GetMethods(); 239MethodInfo[] methods = typeOfInterface.GetMethods();
mscorlib (5)
system\runtime\interopservices\marshal.cs (1)
884MethodInfo[] mi = c.GetMethods();
system\runtime\interopservices\tceadaptergen\tceadaptergenerator.cs (2)
90MethodInfo[] aMethods = type.GetMethods(); 116MethodInfo[] aMethods = type.GetMethods();
system\runtime\remoting\remotingservices.cs (1)
2087MethodInfo[] methods = type.GetMethods();
system\runtime\remoting\soap.cs (1)
179MethodInfo[] methods = type.GetMethods();
PresentationFramework (1)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
75MethodInfo[] methods = typeof(IDispInterface).GetMethods();
System.Data.Linq (1)
DataContext.cs (1)
753_miExecuteQuery = typeof(DataContext).GetMethods().Single(m => m.Name == "ExecuteQuery" && m.GetParameters().Length == 2);
System.Data.Services (6)
System\Data\Services\Providers\BasicExpandProvider.cs (6)
43.GetMethods() 48.GetMethods() 53.GetMethods() 58.GetMethods() 63.GetMethods() 68.GetMethods()
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
514MethodInfo[] methods = type.GetMethods();
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
107foreach (MethodInfo method in type.GetMethods())
System\ServiceModel\ComIntegration\EmitterCache.cs (1)
86foreach (MethodInfo mInfo in interfaceType.GetMethods())
System\ServiceModel\Dispatcher\TaskExtensions.cs (1)
29taskAsAsyncResultMethodInfo = typeof(System.Runtime.TaskExtensions).GetMethods().Where(m =>
System.Web.Services (1)
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
33LogicalMethodInfo[] methodInfos = LogicalMethodInfo.Create(type.GetMethods(), LogicalMethodTypes.Sync);
System.Workflow.Activities (4)
LocalService\CorrelationResolver.cs (2)
281foreach (MethodInfo member in this.interfaceType.GetMethods()) 398MethodInfo[] methInfo = eventInfo.EventHandlerType.GetMethods();
Rules\Literal.cs (2)
715foreach (MethodInfo mi in typeof(DefaultOperators).GetMethods()) 752foreach (MethodInfo mi in typeof(DefaultOperators).GetMethods())
System.WorkflowServices (4)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
200methodInfos.AddRange(currentInterfaceType.GetMethods());
System\Workflow\Activities\OperationInfo.cs (1)
282foreach (MethodInfo methodInfo in type.GetMethods())
System\Workflow\Activities\TypedOperationInfo.cs (1)
291foreach (MethodInfo currentMethodInfo in contractType.GetMethods())
System\Workflow\Activities\ValidationHelper.cs (1)
262foreach (MethodInfo methodInfo in currentContractType.GetMethods())