Implemented interface member:
method
GetMethod
System.Runtime.InteropServices._Type.GetMethod(System.String)
230 references to GetMethod
mscorlib (14)
system\delegate.cs (1)
277
MethodInfo invoke = this.GetType().
GetMethod
("Invoke");
system\reflection\emit\ilgenerator.cs (2)
1205
MethodInfo prop = typeof(Console).
GetMethod
("get_Out");
1237
MethodInfo prop = typeof(Console).
GetMethod
("get_Out");
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (7)
111
MethodInfo CPAdviseMethod = typeof(IConnectionPoint).
GetMethod
( "Advise" );
282
MethodInfo CPUnadviseMethod = typeof(IConnectionPoint).
GetMethod
( "Unadvise" );
286
MethodInfo ReleaseComObjectMethod = typeof(Marshal).
GetMethod
( "ReleaseComObject" );
479
MethodInfo CPCFindCPMethod = typeof(IConnectionPointContainer).
GetMethod
( "FindConnectionPoint" );
603
MethodInfo CPUnadviseMethod = typeof(IConnectionPoint).
GetMethod
( "Unadvise" );
607
MethodInfo ReleaseComObjectMethod = typeof(Marshal).
GetMethod
( "ReleaseComObject" );
746
MethodInfo SuppressFinalizeMethod = typeof(GC).
GetMethod
("SuppressFinalize");
system\runtime\interopservices\tceadaptergen\eventsinkhelperwriter.cs (2)
67
MethodInfo AddMeth = m_EventItfType.
GetMethod
( "add_" + aMethods[cMethods].Name );
122
MethodInfo DelegateInvokeMethod = DelegateCls.
GetMethod
( "Invoke" );
system\runtime\remoting\remotingproxy.cs (2)
30
private static MethodInfo _getTypeMethod = typeof(System.Object).
GetMethod
("GetType");
31
private static MethodInfo _getHashCodeMethod = typeof(System.Object).
GetMethod
("GetHashCode");
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1985
MethodInfo methodInvoke = eventHandlerType.
GetMethod
("Invoke");
System (2)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
167
_getCurrentCulture = typeof(CultureInfo).
GetMethod
("get_CurrentCulture");
168
_getInvariantCulture = typeof(CultureInfo).
GetMethod
("get_InvariantCulture");
System.Activities (3)
System\Activities\Debugger\State.cs (1)
135
MethodInfo methodInfo = this.type.
GetMethod
(withPriming ? StateManager.MethodWithPrimingPrefix + this.methodName : this.methodName);
System\Activities\ExpressionUtilities.cs (2)
23
static MethodInfo createLocationFactoryGenericMethod = typeof(ExpressionUtilities).
GetMethod
("CreateLocationFactory");
55
propertyDescriptorGetValue = typeof(PropertyDescriptor).
GetMethod
("GetValue");
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (4)
18
static readonly MethodInfo genericCopy = typeof(GenericFlowSwitchHelper).
GetMethod
("GenericCopy");
19
static readonly MethodInfo genericCreateGenericFlowSwitchLink = typeof(GenericFlowSwitchHelper).
GetMethod
("CreateGenericFlowSwitchLink");
20
static readonly MethodInfo genericGetCaseName = typeof(GenericFlowSwitchHelper).
GetMethod
("GenericGetCaseName");
21
static readonly MethodInfo genericRemapFlowSwitch = typeof(GenericFlowSwitchHelper).
GetMethod
("GenericRemapFlowSwitch");
System.Activities.Presentation (14)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (8)
22
static readonly MethodInfo GetViewStateManager = typeof(WorkflowViewState).
GetMethod
("GetViewStateManager");
23
static readonly MethodInfo SetViewStateManager = typeof(WorkflowViewState).
GetMethod
("SetViewStateManager");
24
static readonly MethodInfo GetIdRef = typeof(WorkflowViewState).
GetMethod
("GetIdRef");
25
static readonly MethodInfo SetIdRef = typeof(WorkflowViewState).
GetMethod
("SetIdRef");
39
static readonly MethodInfo GetOriginalDefinition = typeof(DynamicUpdateInfo).
GetMethod
("GetOriginalDefinition");
40
static readonly MethodInfo SetOriginalDefinition = typeof(DynamicUpdateInfo).
GetMethod
("SetOriginalDefinition");
43
static readonly MethodInfo GetOriginalActivityBuilder = typeof(DynamicUpdateInfo).
GetMethod
("GetOriginalActivityBuilder");
44
static readonly MethodInfo SetOriginalActivityBuilder = typeof(DynamicUpdateInfo).
GetMethod
("SetOriginalActivityBuilder");
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (4)
1126
this.addMethod = type.
GetMethod
("Add");
1127
this.removeMethod = type.
GetMethod
("Remove");
1139
this.getEnumeratorMethod = type.
GetMethod
("GetEnumerator");
1149
this.clearMethod = type.
GetMethod
("Clear");
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
526
MethodInfo getPropertyValueMethodInfo = typeof(ModelItemImpl).
GetMethod
("GetPropertyValue");
527
MethodInfo setPropertyValueMethodInfo = typeof(ModelItemImpl).
GetMethod
("SetPropertyValue");
System.Core (39)
Microsoft\Scripting\Actions\CallSite.cs (5)
113
method = typeof(CallSite<>).MakeGenericType(delegateType).
GetMethod
("Create");
263
MethodInfo invoke = target.
GetMethod
("Invoke");
342
typeof(CallSiteOps).
GetMethod
("SetNotMatched"),
440
typeof(CallSiteOps).
GetMethod
("GetMatch"),
445
typeof(CallSiteOps).
GetMethod
("ClearMatch"),
Microsoft\Scripting\Actions\CallSiteBinder.cs (2)
73
MethodInfo invoke = target.
GetMethod
("Invoke");
193
typeof(CallSiteOps).
GetMethod
("SetNotMatched"),
Microsoft\Scripting\Actions\CallSiteHelpers.cs (1)
22
private static Type _knownNonDynamicMethodType = typeof(object).
GetMethod
("ToString").GetType();
Microsoft\Scripting\Actions\DynamicMetaObjectBinder.cs (2)
185
typeof(RemotingServices).
GetMethod
("IsObjectOutOfAppDomain"),
196
typeof(RemotingServices).
GetMethod
("IsObjectOutOfAppDomain"),
Microsoft\Scripting\Actions\DynamicObject.cs (4)
532
typeof(object).
GetMethod
("GetType")
561
typeof(DynamicObject).
GetMethod
(methodName),
618
typeof(DynamicObject).
GetMethod
(methodName),
678
typeof(DynamicObject).
GetMethod
(methodName),
Microsoft\Scripting\Actions\ExpandoObject.cs (5)
700
typeof(RuntimeOps).
GetMethod
("ExpandoTryGetValue"),
767
typeof(RuntimeOps).
GetMethod
("ExpandoTrySetValue"),
786
typeof(RuntimeOps).
GetMethod
("ExpandoTryDeleteValue"),
831
typeof(RuntimeOps).
GetMethod
("ExpandoPromoteClass"),
844
typeof(RuntimeOps).
GetMethod
("ExpandoCheckVersion"),
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
1340
MethodInfo method = delegateType.
GetMethod
("Invoke");
1477
MethodInfo mi = delegateType.
GetMethod
("Invoke");
Microsoft\Scripting\Ast\DynamicExpression.cs (3)
47
Debug.Assert(delegateType.
GetMethod
("Invoke").GetReturnType() == typeof(object) || GetType() != typeof(DynamicExpression));
465
Debug.Assert(delegateType.
GetMethod
("Invoke").GetReturnType() == returnType);
847
var method = delegateType.
GetMethod
("Invoke");
Microsoft\Scripting\Ast\InvocationExpression.cs (1)
202
return delegateType.
GetMethod
("Invoke");
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
113
get { return Type.
GetMethod
("Invoke").ReturnType; }
531
mi = delegateType.
GetMethod
("Invoke");
Microsoft\Scripting\Ast\MemberExpression.cs (1)
315
if (type.IsInterface && method.Name == propertyMethod.Name && type.
GetMethod
(method.Name) == propertyMethod) {
Microsoft\Scripting\Ast\TypeBinaryExpression.cs (1)
127
Expression getType = Expression.Call(value, typeof(object).
GetMethod
("GetType"));
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
145
typeof(RuntimeOps).
GetMethod
("MergeRuntimeVariables"),
Microsoft\Scripting\Compiler\ILGen.cs (1)
257
il.Emit(OpCodes.Call, typeof(Type).
GetMethod
("GetTypeFromHandle"));
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (3)
184
expr = Expression.Call(expr, expr.Type.
GetMethod
("Invoke"), node.Arguments);
197
List<WriteBack> wb = EmitArguments(lambda.Type.
GetMethod
("Invoke"), invoke);
490
var invoke = node.DelegateType.
GetMethod
("Invoke");
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (2)
141
_ilg.Emit(OpCodes.Callvirt, b.Conversion.Type.
GetMethod
("Invoke"));
187
_ilg.Emit(OpCodes.Callvirt, b.Conversion.Type.
GetMethod
("Invoke"));
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
49
_ilg.Emit(OpCodes.Call, typeof(RuntimeOps).
GetMethod
("Quote"));
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
174
RequireNoRefArgs(node.DelegateType.
GetMethod
("Invoke"));
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
126
System.Reflection.MethodInfo methodInfo = sourceItf.
GetMethod
(eventInfo.Name);
System.Data (15)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (8)
22
static readonly MethodInfo GetViewStateManager = typeof(WorkflowViewState).
GetMethod
("GetViewStateManager");
23
static readonly MethodInfo SetViewStateManager = typeof(WorkflowViewState).
GetMethod
("SetViewStateManager");
24
static readonly MethodInfo GetIdRef = typeof(WorkflowViewState).
GetMethod
("GetIdRef");
25
static readonly MethodInfo SetIdRef = typeof(WorkflowViewState).
GetMethod
("SetIdRef");
39
static readonly MethodInfo GetOriginalDefinition = typeof(DynamicUpdateInfo).
GetMethod
("GetOriginalDefinition");
40
static readonly MethodInfo SetOriginalDefinition = typeof(DynamicUpdateInfo).
GetMethod
("SetOriginalDefinition");
43
static readonly MethodInfo GetOriginalActivityBuilder = typeof(DynamicUpdateInfo).
GetMethod
("GetOriginalActivityBuilder");
44
static readonly MethodInfo SetOriginalActivityBuilder = typeof(DynamicUpdateInfo).
GetMethod
("SetOriginalActivityBuilder");
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (4)
1126
this.addMethod = type.
GetMethod
("Add");
1127
this.removeMethod = type.
GetMethod
("Remove");
1139
this.getEnumeratorMethod = type.
GetMethod
("GetEnumerator");
1149
this.clearMethod = type.
GetMethod
("Clear");
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
526
MethodInfo getPropertyValueMethodInfo = typeof(ModelItemImpl).
GetMethod
("GetPropertyValue");
527
MethodInfo setPropertyValueMethodInfo = typeof(ModelItemImpl).
GetMethod
("SetPropertyValue");
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
1860
typeof(SysTx.Transaction).
GetMethod
("GetPromotedToken"));
System.Data.Entity (38)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (1)
310
private static readonly MethodInfo s_userMaterializationFuncInvokeMethod = typeof(Func<DbDataReader, object[], object>).
GetMethod
("Invoke");
System\Data\Common\Internal\Materialization\Translator.cs (31)
537
private static readonly MethodInfo DbDataReader_GetValue = typeof(DbDataReader).
GetMethod
("GetValue");
538
private static readonly MethodInfo DbDataReader_GetString = typeof(DbDataReader).
GetMethod
("GetString");
539
private static readonly MethodInfo DbDataReader_GetInt16 = typeof(DbDataReader).
GetMethod
("GetInt16");
540
private static readonly MethodInfo DbDataReader_GetInt32 = typeof(DbDataReader).
GetMethod
("GetInt32");
541
private static readonly MethodInfo DbDataReader_GetInt64 = typeof(DbDataReader).
GetMethod
("GetInt64");
542
private static readonly MethodInfo DbDataReader_GetBoolean = typeof(DbDataReader).
GetMethod
("GetBoolean");
543
private static readonly MethodInfo DbDataReader_GetDecimal = typeof(DbDataReader).
GetMethod
("GetDecimal");
544
private static readonly MethodInfo DbDataReader_GetFloat = typeof(DbDataReader).
GetMethod
("GetFloat");
545
private static readonly MethodInfo DbDataReader_GetDouble = typeof(DbDataReader).
GetMethod
("GetDouble");
546
private static readonly MethodInfo DbDataReader_GetDateTime = typeof(DbDataReader).
GetMethod
("GetDateTime");
547
private static readonly MethodInfo DbDataReader_GetGuid = typeof(DbDataReader).
GetMethod
("GetGuid");
548
private static readonly MethodInfo DbDataReader_GetByte = typeof(DbDataReader).
GetMethod
("GetByte");
549
private static readonly MethodInfo DbDataReader_IsDBNull = typeof(DbDataReader).
GetMethod
("IsDBNull");
566
private static readonly MethodInfo Shaper_Discriminate = typeof(Shaper).
GetMethod
("Discriminate");
567
private static readonly MethodInfo Shaper_GetPropertyValueWithErrorHandling = typeof(Shaper).
GetMethod
("GetPropertyValueWithErrorHandling");
568
private static readonly MethodInfo Shaper_GetColumnValueWithErrorHandling = typeof(Shaper).
GetMethod
("GetColumnValueWithErrorHandling");
569
private static readonly MethodInfo Shaper_GetGeographyColumnValue = typeof(Shaper).
GetMethod
("GetGeographyColumnValue");
570
private static readonly MethodInfo Shaper_GetGeometryColumnValue = typeof(Shaper).
GetMethod
("GetGeometryColumnValue");
571
private static readonly MethodInfo Shaper_GetSpatialColumnValueWithErrorHandling = typeof(Shaper).
GetMethod
("GetSpatialColumnValueWithErrorHandling");
572
private static readonly MethodInfo Shaper_GetSpatialPropertyValueWithErrorHandling = typeof(Shaper).
GetMethod
("GetSpatialPropertyValueWithErrorHandling");
573
private static readonly MethodInfo Shaper_HandleEntity = typeof(Shaper).
GetMethod
("HandleEntity");
574
private static readonly MethodInfo Shaper_HandleEntityAppendOnly = typeof(Shaper).
GetMethod
("HandleEntityAppendOnly");
575
private static readonly MethodInfo Shaper_HandleEntityNoTracking = typeof(Shaper).
GetMethod
("HandleEntityNoTracking");
576
private static readonly MethodInfo Shaper_HandleFullSpanCollection = typeof(Shaper).
GetMethod
("HandleFullSpanCollection");
577
private static readonly MethodInfo Shaper_HandleFullSpanElement = typeof(Shaper).
GetMethod
("HandleFullSpanElement");
578
private static readonly MethodInfo Shaper_HandleIEntityWithKey = typeof(Shaper).
GetMethod
("HandleIEntityWithKey");
579
private static readonly MethodInfo Shaper_HandleRelationshipSpan = typeof(Shaper).
GetMethod
("HandleRelationshipSpan");
580
private static readonly MethodInfo Shaper_SetColumnValue = typeof(Shaper).
GetMethod
("SetColumnValue");
581
private static readonly MethodInfo Shaper_SetEntityRecordInfo = typeof(Shaper).
GetMethod
("SetEntityRecordInfo");
582
private static readonly MethodInfo Shaper_SetState = typeof(Shaper).
GetMethod
("SetState");
583
private static readonly MethodInfo Shaper_SetStatePassthrough = typeof(Shaper).
GetMethod
("SetStatePassthrough");
System\Data\Metadata\AspProxy.cs (1)
156
MethodInfo miMapPath = hostingEnvType.
GetMethod
("MapPath");
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (3)
242
gen.Emit(OpCodes.Call, realType.
GetMethod
("get_HasValue"));
246
gen.Emit(OpCodes.Call, realType.
GetMethod
("get_Value"));
445
gen.Emit(OpCodes.Callvirt, typeof(ReflectionPermission).
GetMethod
("Demand"));
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
889
MethodInfo interceptorInvoke = TypeBuilder.GetMethod(interceptorType, typeof(Func<,,>).
GetMethod
("Invoke"));
1352
MethodInfo specificEntityReferenceSetValue = typeof(EntityReference<>).MakeGenericType(baseProperty.PropertyType).
GetMethod
("set_Value"); ;
System.Data.Linq (1)
SqlClient\Query\QueryConverter.cs (1)
360
return sql.MethodCall(invoke.Type, typeof(Delegate).
GetMethod
("DynamicInvoke"), expr, new SqlExpression[] {sca}, this.dominatingExpression);
System.Data.Services.Client (6)
System\Data\Services\Client\ALinq\ResourceBinder.cs (2)
1285
else if (mce.Method == t.
GetMethod
("IncludeTotalCount"))
1571
return call.Method == typeof(object).
GetMethod
("ReferenceEquals");
System\Data\Services\Client\ClientType.cs (1)
608
MethodInfo methodInfo = implementationType.
GetMethod
(methodName);
System\Data\Services\Client\DataServiceQueryOfT.cs (3)
158
MethodInfo mi = typeof(DataServiceQuery<TElement>).
GetMethod
("Expand");
172
MethodInfo mi = typeof(DataServiceQuery<TElement>).
GetMethod
("IncludeTotalCount");
190
MethodInfo mi = typeof(DataServiceQuery<TElement>).
GetMethod
("AddQueryOption");
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
415
MethodInfo methInfo = className.
GetMethod
(methName);
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (2)
106
Debug.Assert(locIter.LocalType.
GetMethod
("get_Current").ReturnType == itemStorageType,
477
this.helper.Call(this.storage.CurrentLocation.LocalType.
GetMethod
("get_Current"));
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
351
mi = t.
GetMethod
(name.LocalName);
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
76
MethodInfo methInfo = className.
GetMethod
(methName);
System.Runtime.Serialization (22)
System\Runtime\Serialization\CodeGenerator.cs (2)
29
getTypeFromHandle = typeof(Type).
GetMethod
("GetTypeFromHandle");
202
MethodInfo signature = delegateType.
GetMethod
("Invoke");
System\Runtime\Serialization\CollectionDataContract.cs (7)
958
addMethod = type.
GetMethod
(Globals.AddMethodName);
959
getEnumeratorMethod = Globals.TypeOfIEnumerableGeneric.MakeGenericType(Globals.TypeOfKeyValuePair.MakeGenericType(genericArgs)).
GetMethod
(Globals.GetEnumeratorMethodName);
966
addMethod = Globals.TypeOfICollectionGeneric.MakeGenericType(itemType).
GetMethod
(Globals.AddMethodName);
968
getEnumeratorMethod = Globals.TypeOfIEnumerableGeneric.MakeGenericType(itemType).
GetMethod
(Globals.GetEnumeratorMethodName);
976
addMethod = type.
GetMethod
(Globals.AddMethodName);
983
addMethod = Globals.TypeOfIList.
GetMethod
(Globals.AddMethodName);
986
getEnumeratorMethod = Globals.TypeOfIEnumerable.
GetMethod
(Globals.GetEnumeratorMethodName);
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (4)
137
boxPointer = typeof(Pointer).
GetMethod
("Box");
305
ienumeratorMoveNextMethod = typeof(IEnumerator).
GetMethod
("MoveNext");
341
onDeserializationMethod = typeof(IDeserializationCallback).
GetMethod
("OnDeserialization");
425
unboxPointer = typeof(Pointer).
GetMethod
("Unbox");
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
226
MethodInfo signature = delegateType.
GetMethod
("Invoke");
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
154
MethodInfo signature = delegateType.
GetMethod
("Invoke");
736
ilg.Call(null, typeof(Type).
GetMethod
("GetTypeHandle"), memberValue);
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (5)
90
boxPointer = typeof(Pointer).
GetMethod
("Box");
116
ienumeratorMoveNextMethod = typeof(IEnumerator).
GetMethod
("MoveNext");
194
onDeserializationMethod = typeof(IDeserializationCallback).
GetMethod
("OnDeserialization");
207
unboxPointer = typeof(Pointer).
GetMethod
("Unbox");
929
extensionDataSetExplicitMethodInfo = typeof(IExtensibleDataObject).
GetMethod
(Globals.ExtensionDataSetMethod);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
713
ilg.Call(null, typeof(Type).
GetMethod
("GetTypeHandle"), memberValue);
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
101
if (methodCall.MethodBase == typeof(object).
GetMethod
("GetType"))
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
439
MethodInfo methodInfo = typeof(IHttpGetMetadata).
GetMethod
(HttpGetImpl.GetMethodName);
System\ServiceModel\Dispatcher\CodeGenerator.cs (4)
74
getTypeFromHandle = typeof(Type).
GetMethod
("GetTypeFromHandle");
104
boxPointer = typeof(Pointer).
GetMethod
("Box");
114
unboxPointer = typeof(Pointer).
GetMethod
("Unbox");
121
MethodInfo signature = delegateType.
GetMethod
("Invoke");
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
58
method = type.
GetMethod
(methodName);
System.Web (6)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
1384
MethodInfo mi = eventHandlerType.
GetMethod
("Invoke");
UI\WebControls\ModelDataSourceView.cs (3)
464
MethodInfo countHelperMethod = typeof(QueryableHelpers).
GetMethod
("CountHelper").MakeGenericMethod(modelType);
468
MethodInfo isOrderingMethodFoundMethod = typeof(QueryableHelpers).
GetMethod
("IsOrderingMethodFound").MakeGenericMethod(modelType);
484
MethodInfo sortPageHelperMethod = typeof(QueryableHelpers).
GetMethod
("SortandPageHelper").MakeGenericMethod(modelType);
Util\FastPropertyAccessor.cs (2)
50
_getPropertyMethod = typeof(IWebPropertyAccessor).
GetMethod
("GetProperty");
51
_setPropertyMethod = typeof(IWebPropertyAccessor).
GetMethod
("SetProperty");
System.Web.DataVisualization (4)
Common\Converters\AxisConverters.cs (2)
101
MethodInfo methodInfo = context.Instance.GetType().
GetMethod
("GetAxis");
170
MethodInfo methodInfo = context.Instance.GetType().
GetMethod
("GetAxis");
Common\Converters\DataManagerConverters.cs (1)
407
MethodInfo methodInfo = context.Instance.GetType().
GetMethod
("GetService");
Common\General\Chart.cs (1)
441
MethodInfo m = dataSource.GetType().
GetMethod
("Select");
System.Web.DynamicData (2)
DynamicData\MetaTable.cs (1)
161
MethodInfo toStringMethod = EntityType.
GetMethod
("ToString");
DynamicData\ModelProviders\EFTableProvider.cs (1)
22
var genericMethod = DataModel.ContextType.
GetMethod
("CreateQuery");
System.Web.Extensions (6)
UI\AsyncPostBackTrigger.cs (2)
37
_eventHandler = typeof(AsyncPostBackTrigger).
GetMethod
("OnEvent");
107
MethodInfo handlerMethod = eventInfo.EventHandlerType.
GetMethod
("Invoke");
UI\WebControls\Dynamic.cs (2)
383
gen.EmitCall(OpCodes.Call, ct.
GetMethod
("get_Default"), null);
408
gen.EmitCall(OpCodes.Call, ct.
GetMethod
("get_Default"), null);
UI\WebControls\Expressions\OfTypeExpression.cs (1)
75
return typeof(Queryable).
GetMethod
("OfType").MakeGenericMethod(new Type[] { type });
UI\WebControls\QueryableDataSourceHelper.cs (1)
66
MethodInfo toListMethod = typeof(Enumerable).
GetMethod
("ToList").MakeGenericMethod(dataObjectType);
System.Web.Mobile (1)
UI\MobileControls\FactoryGenerator.cs (1)
91
_methodToOverride = factoryInterface.
GetMethod
("CreateInstance");
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
6370
return new MethodInfo[] {this.GetType().
GetMethod
("Move")};
System.Windows.Forms.DataVisualization (4)
Common\Converters\AxisConverters.cs (2)
101
MethodInfo methodInfo = context.Instance.GetType().
GetMethod
("GetAxis");
170
MethodInfo methodInfo = context.Instance.GetType().
GetMethod
("GetAxis");
Common\Converters\DataManagerConverters.cs (1)
407
MethodInfo methodInfo = context.Instance.GetType().
GetMethod
("GetService");
Common\General\Chart.cs (1)
441
MethodInfo m = dataSource.GetType().
GetMethod
("Select");
System.Workflow.Activities (22)
Common\CompModHelpers.cs (2)
970
methodInfo = inheritedInterface.
GetMethod
(method);
977
methodInfo = interfaceType.
GetMethod
(methodName);
Common\DelegateTypeInfo.cs (1)
65
MethodInfo invokeMethod = delegateClass.
GetMethod
("Invoke");
CorrelationValidator.cs (5)
420
methodInfo = delegateType.
GetMethod
("Invoke");
534
MethodInfo delegateMethod = delegateType.
GetMethod
("Invoke");
659
method = delegateType.
GetMethod
("Invoke");
829
MethodInfo mInfo = interfaceType.
GetMethod
(operation);
854
mInfo = delegateType.
GetMethod
("Invoke");
EventSinkActivity.cs (2)
198
MethodInfo methodInfo = eventInfo.EventHandlerType.
GetMethod
("Invoke");
466
MethodInfo method = delegateType.
GetMethod
("Invoke");
Executors\InboundActivityHelper.cs (1)
84
MethodInfo methodInfo = eventInfo.EventHandlerType.
GetMethod
("Invoke");
Executors\WorkflowWebService.cs (1)
45
MethodInfo mInfo = interfaceType.
GetMethod
(methodName);
InvokeMethodActivity.cs (2)
168
MethodInfo methodInfo = type.
GetMethod
(methodName);
265
MethodInfo method = type.
GetMethod
(this.MethodName);
InvokeWebService.cs (2)
392
MethodInfo method = type.
GetMethod
(this.MethodName);
452
MethodInfo methodInfo = proxyClassType.
GetMethod
(invokeWebService.MethodName);
LocalService\WorkflowMessageEventHandler.cs (2)
83
MethodInfo interceptedHandler = this.eventHandlerType.
GetMethod
("Invoke");
95
MethodInfo mHandler = typeof(WorkflowMessageEventHandler).
GetMethod
("EventHandler");
Rules\Helpers.cs (1)
264
MethodInfo methodInfo = type.GetType().
GetMethod
("GetEnumType");
Rules\Literal.cs (1)
482
internal static MethodInfo ObjectEquality = typeof(DefaultOperators).
GetMethod
("ObjectEquality");
WebServiceReceive.cs (1)
296
MethodInfo mInfo = interfaceType.
GetMethod
(operation);
WebServiceResponse.cs (1)
153
MethodInfo mInfo = webservicereceive.InterfaceType.
GetMethod
(webservicereceive.MethodName);
System.Workflow.ComponentModel (9)
AuthoringOM\Bind.cs (1)
781
MethodInfo delegateMethod = targetType.
GetMethod
("Invoke");
AuthoringOM\Compiler\Validation\BindValidator.cs (1)
525
MethodInfo invokeMethod = validationBindContext.TargetType.
GetMethod
("Invoke");
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (1)
200
MethodInfo invokeMethod = dependencyProperty.PropertyType.
GetMethod
("Invoke");
AuthoringOM\Serializer\DictionarySurrogate.cs (1)
87
MethodInfo addMethod = this.dictionary.GetType().
GetMethod
("Add");
AuthoringOM\Serializer\GenericQueueSurrogate.cs (1)
64
MethodInfo enqueueMethod = this.queue.GetType().
GetMethod
("Enqueue");
AuthoringOM\Serializer\ListSurrogate.cs (1)
65
MethodInfo addMethod = this.list.GetType().
GetMethod
("Add");
Shared\CompModHelpers.cs (2)
968
methodInfo = inheritedInterface.
GetMethod
(method);
975
methodInfo = interfaceType.
GetMethod
(methodName);
Shared\DelegateTypeInfo.cs (1)
64
MethodInfo invokeMethod = delegateClass.
GetMethod
("Invoke");
System.Workflow.Runtime (1)
System\Activities\Statements\InteropEnvironment.cs (1)
24
static MethodInfo getServiceMethod = typeof(NativeActivityContext).
GetMethod
("GetExtension");
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
520
MethodInfo method = type.
GetMethod
(methodName);
WindowsBase (2)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (2)
169
if (ownerType.
GetMethod
("Get" + dependencyProperty.Name) == null &&
170
ownerType.
GetMethod
("Set" + dependencyProperty.Name) == null)