Implemented interface member:
method
GetMethods
System.Runtime.InteropServices._Type.GetMethods()
29 references to GetMethods
ComSvcConfig (3)
ComplusTypeValidator.cs (3)
119
MethodInfo[] methods = typeOfInterface.
GetMethods
();
187
MethodInfo[] methods = typeOfInterface.
GetMethods
();
239
MethodInfo[] methods = typeOfInterface.
GetMethods
();
mscorlib (5)
system\runtime\interopservices\marshal.cs (1)
884
MethodInfo[] mi = c.
GetMethods
();
system\runtime\interopservices\tceadaptergen\tceadaptergenerator.cs (2)
90
MethodInfo[] aMethods = type.
GetMethods
();
116
MethodInfo[] aMethods = type.
GetMethods
();
system\runtime\remoting\remotingservices.cs (1)
2087
MethodInfo[] methods = type.
GetMethods
();
system\runtime\remoting\soap.cs (1)
179
MethodInfo[] methods = type.
GetMethods
();
PresentationFramework (1)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
75
MethodInfo[] 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)
514
MethodInfo[] methods = type.
GetMethods
();
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
107
foreach (MethodInfo method in type.
GetMethods
())
System\ServiceModel\ComIntegration\EmitterCache.cs (1)
86
foreach (MethodInfo mInfo in interfaceType.
GetMethods
())
System\ServiceModel\Dispatcher\TaskExtensions.cs (1)
29
taskAsAsyncResultMethodInfo = typeof(System.Runtime.TaskExtensions).
GetMethods
().Where(m =>
System.Web.Services (1)
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
33
LogicalMethodInfo[] methodInfos = LogicalMethodInfo.Create(type.
GetMethods
(), LogicalMethodTypes.Sync);
System.Workflow.Activities (4)
LocalService\CorrelationResolver.cs (2)
281
foreach (MethodInfo member in this.interfaceType.
GetMethods
())
398
MethodInfo[] methInfo = eventInfo.EventHandlerType.
GetMethods
();
Rules\Literal.cs (2)
715
foreach (MethodInfo mi in typeof(DefaultOperators).
GetMethods
())
752
foreach (MethodInfo mi in typeof(DefaultOperators).
GetMethods
())
System.WorkflowServices (4)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
200
methodInfos.AddRange(currentInterfaceType.
GetMethods
());
System\Workflow\Activities\OperationInfo.cs (1)
282
foreach (MethodInfo methodInfo in type.
GetMethods
())
System\Workflow\Activities\TypedOperationInfo.cs (1)
291
foreach (MethodInfo currentMethodInfo in contractType.
GetMethods
())
System\Workflow\Activities\ValidationHelper.cs (1)
262
foreach (MethodInfo methodInfo in currentContractType.
GetMethods
())