Implemented interface member:
method
Invoke
System.Runtime.InteropServices._MethodBase.Invoke(System.Object, System.Object[])
359 references to Invoke
mscorlib (7)
System\Diagnostics\Eventing\TraceLogging\PropertyAccessor.cs (2)
66: getterInfo.Invoke((object)container, null); 74: getterInfo.Invoke((object)container, null);
System\Diagnostics\Eventing\TraceLogging\Statics.cs (1)
571var typeInfoObj = getInstanceInfo.Invoke(null, new object[] { recursionCheck });
system\reflection\ConstructorInfo.cs (1)
123return Invoke(obj, parameters);
system\reflection\eventinfo.cs (2)
133addMethod.Invoke(target, new object[] { handler }); 156removeMethod.Invoke(target, new object[] { handler });
system\runtime\interopservices\registrationservices.cs (1)
1065CurrentMethod.Invoke(null, objs);
PresentationFramework (21)
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (3)
220result = mi.Invoke(null, new object [] {stringValue, NumberStyles.Any, culture}); 229result = mi.Invoke(null, new object [] {stringValue, culture}); 238result = mi.Invoke(null, new object [] {stringValue});
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (1)
626value = (int) _reflectedIndexOf.Invoke(Enumerable, new object[] { item });
src\Framework\MS\Internal\Data\ViewManager.cs (1)
409_callbackMethod.Invoke(target, new object[]{collection, context, accessMethod, writeAccess});
src\Framework\System\Windows\Markup\Baml2006\WpfKnownMemberInvoker.cs (2)
73result = (bool)_shouldSerializeMethod.Invoke(null, args); 77result = (bool)_shouldSerializeMethod.Invoke(instance, args);
src\Framework\System\Windows\Markup\Baml2006\WpfMemberInvoker.cs (2)
93result = (bool)_shouldSerializeMethod.Invoke(null, args); 97result = (bool)_shouldSerializeMethod.Invoke(instance, args);
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (2)
143PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent, Collection }); 178_defaultCollection = PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent });
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
2303propertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { element, valueObject }); 2642propertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { o, value }); 3760attachedPropertySetter.Invoke(null, new object[] { currentTarget, o }); 3874methodInfo.Invoke(null, new object[] { parentObject, value });
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
294return (bool)shouldSerializeMethod.Invoke(invokeInstance, args);
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (5)
70result = method.Invoke(null, null); 103result = method.Invoke(null, new object[] { arg }); 153result = method.Invoke(obj, null); 184result = method.Invoke(obj, new object[] { arg1 }); 238result = method.Invoke(obj, new object[] { arg1, arg2 });
System (12)
compmod\system\codedom\compiler\CodeCompiler.cs (1)
566(Assembly)methodInfo.Invoke(null, new object[] { rawAssembly, rawSymbolStore, securityEvidence }) :
compmod\system\componentmodel\design\serialization\InstanceDescriptor.cs (1)
141return ((MethodInfo)member).Invoke(null, translatedArguments);
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (9)
587return (bool)shouldSerialize.Invoke(provider, new object[] { component}); 608return GetMethodValue.Invoke(provider, new object[] { component}); 650ResetMethodValue.Invoke(provider, new object[] { component}); 694SetMethodValue.Invoke(provider, new object[] { component, value}); 713return (bool)ShouldSerializeMethodValue.Invoke(provider, new object[] {component}); 722return (bool)ShouldSerializeMethodValue.Invoke(provider, new object[] {component}); 752return (bool)ShouldSerializeMethodValue.Invoke(component, null); 1190return (bool)ShouldSerializeMethodValue.Invoke(component, null); 1199return (bool)ShouldSerializeMethodValue.Invoke(component, null);
misc\SecurityUtils.cs (1)
227return method.Invoke(target, args);
System.Activities (18)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (2)
161lambda = (LambdaExpression)genericCompileMethod.Invoke(vbhelper, new object[] { environment }); 276lambda = (LambdaExpression)genericCompileMethod.Invoke(vbhelper, new object[] { environment });
System\Activities\Debugger\StateManager.cs (1)
253methodInfo.Invoke(null, arguments);
System\Activities\Expressions\ExpressionServices.cs (8)
256string errorString = specializedHandle.Invoke(null, parameters) as string; 778string errorString = specializedHandle.Invoke(null, parameters) as string; 962string errorString = specializedHandle.Invoke(null, parameters) as string; 1022string errorString = specializedHandle.Invoke(null, parameters) as string; 1085string errorString = specializedHandle.Invoke(null, parameters) as string; 1317error = TryConvertArgumentExpressionHandle.MakeGenericMethod(methodCallExpression.Object.Type).Invoke(null, parameters) as string; 1349string error = TryConvertArgumentExpressionHandle.MakeGenericMethod(invocationExpression.Expression.Type).Invoke(null, parameters) as string; 1472string error = TryConvertArgumentExpressionHandle.MakeGenericMethod(expression.Type).Invoke(null, parameters) as string;
System\Activities\Expressions\IndexerReference.cs (2)
157return (TItem)this.getMethod.Invoke(this.operand, indices); 181this.setMethod.Invoke(operand, parameters);
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
151return (TItem)this.getMethod.Invoke(this.operandLocation.Value, indices); 177this.setMethod.Invoke(copy, parameters);
System\Activities\ExpressionUtilities.cs (3)
251return (LocationFactory)typedMethod.Invoke(null, new object[] { parentLambda }); 592return (T)this.getItemMethod.Invoke(this.targetObject, this.setItemArguments); 614this.setItemMethod.Invoke(this.targetObject, localSetItemArguments);
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (4)
53copy.Invoke(null, new object[] { currentFlowElement, clonedFlowElements }); 94copy.Invoke(null, new object[] { currentFlowElement, modelItem, clonedFlowElements }); 166return method.Invoke(null, new object[] { currentMI, key, isDefault }) as IFlowSwitchLink; 187string result = (string)method.Invoke(null, parameters);
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
306PropertyDescriptorData[] properties = (PropertyDescriptorData[])initMethod.Invoke(null, null);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (4)
1163this.addMethod.Invoke(this.instance, new object[] { key, value }); 1175this.clearMethod.Invoke(this.instance, null); 1187return (IEnumerator)this.getEnumeratorMethod.Invoke(this.instance, null); 1199this.removeMethod.Invoke(this.instance, new object[] { key });
System.ComponentModel.DataAnnotations (1)
DataAnnotations\CustomValidationAttribute.cs (1)
152ValidationResult result = (ValidationResult)methodInfo.Invoke(null, methodParams);
System.Core (2)
Microsoft\Scripting\Actions\CallSite.cs (1)
126return (CallSite)method.Invoke(null, new object[] { binder });
Microsoft\Scripting\Ast\LambdaExpression.cs (1)
279return (LambdaExpression)create.Invoke(null, new object[] { body, name, tailCall, parameters });
System.Data (12)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\WorkflowDesignerExtensionManager.cs (2)
126return WorkflowDesignerExtensionManager.InternalGetExtensionMethodInfo.MakeGenericMethod(hostServiceType).Invoke(this, null); 131return WorkflowDesignerExtensionManager.InternalGetExtensionsMethodInfo.MakeGenericMethod(hostServiceType).Invoke(this, null) as IEnumerable<object>;
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
434object itemKey = caseType.GetProperty("Key").GetGetMethod().Invoke(item.GetCurrentValue(), null);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
306PropertyDescriptorData[] properties = (PropertyDescriptorData[])initMethod.Invoke(null, null);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (4)
1163this.addMethod.Invoke(this.instance, new object[] { key, value }); 1175this.clearMethod.Invoke(this.instance, null); 1187return (IEnumerator)this.getEnumeratorMethod.Invoke(this.instance, null); 1199this.removeMethod.Invoke(this.instance, new object[] { key });
fx\src\data\System\Data\SqlClient\SqlCachedBuffer.cs (1)
140xr = (XmlReader)createSqlReaderMethodInfo.Invoke(null, args);
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
179SysTxForGlobalTransactions.SetDistributedTransactionIdentifier.Invoke(_atomicTransaction, new object[] { this, GetGlobalTxnIdentifierFromToken() });
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (2)
448hasDelegatedTransaction = (bool)SysTxForGlobalTransactions.EnlistPromotableSinglePhase.Invoke(tx, new object[] { delegatedTransaction, _globalTransactionTMID }); 509cookie = (byte[])SysTxForGlobalTransactions.GetPromotedToken.Invoke(tx, null);
System.Data.Entity (121)
System\Data\Common\Internal\Materialization\Shaper.cs (2)
833return (T)type.GetMethod(MethodBase.GetCurrentMethod().Name, BindingFlags.NonPublic | BindingFlags.Static).Invoke(null, new object[] { reader, ordinal }); 839T result = (T)readerMethod.Invoke(reader, new object[] { ordinal });
System\Data\Common\Internal\Materialization\Translator.cs (3)
268return compile.Invoke(null, new object[] { body }); 520LambdaExpression result = (LambdaExpression)createMethod.Invoke(this, new object[] { body }); 1483Expression result = (Expression)multipleDiscriminatorPolymorphicColumnMapHelper.Invoke(this, new object[] { columnMap, arg });
System\Data\Metadata\AspProxy.cs (2)
165return (string)miMapPath.Invoke(null, new object[] { path }); 239referencedAssemblies = (ICollection)getRefAssembliesMethod.Invoke(null, null);
System\Data\Metadata\Edm\ItemCollection.cs (1)
223return genericMi.Invoke(null, new object[] { this }) as ICollection;
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
479object getRelatedEndDelegate = createRelatedEndMethod.Invoke(null, new object[] { sourceMember, targetMember, sourceAccessor, targetAccessor });
System\Data\Objects\ELinq\TypeSystem.cs (1)
38object defaultValue = getDefaultMethod.Invoke(null, new object[] { });
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
468Invoke(null, new object[] { member, proxyTypeInfo.EntityWrapperDelegate }) as Delegate;
System\Data\Objects\Internal\EntityWrapperFactory.cs (1)
105return (Func<object, IEntityWrapper>)createDelegate.Invoke(null, new object[0]);
System\Data\Objects\Internal\ObjectQueryState.cs (1)
318return (ObjectQuery)createMethod.Invoke(null, new object[] { this } );
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (2)
188return (Action<object, object>)addToCollection.Invoke(null, null); 248return (Func<object, object, bool>)removeFromCollection.Invoke(null, null);
System\Data\Objects\ObjectContext.cs (1)
2989proxyTypeInfo.InitializeEntityCollections.Invoke(null, new object[] { wrappedEntity });
System\Data\SqlClient\SqlSpatialServices.Generated.cs (105)
32object result = smi_SqlGeography_Parse.Value.Invoke(null, new object[] { sqlGeographyText }); 39object result = smi_SqlGeography_STGeomFromText.Value.Invoke(null, new object[] { sqlGeographyText, srid }); 46object result = smi_SqlGeography_STPointFromText.Value.Invoke(null, new object[] { sqlPointText, srid }); 53object result = smi_SqlGeography_STLineFromText.Value.Invoke(null, new object[] { sqlLineText, srid }); 60object result = smi_SqlGeography_STPolyFromText.Value.Invoke(null, new object[] { sqlPolygonText, srid }); 67object result = smi_SqlGeography_STMPointFromText.Value.Invoke(null, new object[] { sqlMultiPointText, srid }); 74object result = smi_SqlGeography_STMLineFromText.Value.Invoke(null, new object[] { sqlMultiLineText, srid }); 81object result = smi_SqlGeography_STMPolyFromText.Value.Invoke(null, new object[] { sqlMultiPolygonText, srid }); 88object result = smi_SqlGeography_STGeomCollFromText.Value.Invoke(null, new object[] { sqlGeographyCollectionText, srid }); 95object result = smi_SqlGeography_STGeomFromWKB.Value.Invoke(null, new object[] { sqlGeographyBytes, srid }); 102object result = smi_SqlGeography_STGeomFromWKB.Value.Invoke(null, new object[] { sqlGeographyBytes, 4326 }); 109object result = smi_SqlGeography_STPointFromWKB.Value.Invoke(null, new object[] { sqlPointBytes, srid }); 116object result = smi_SqlGeography_STLineFromWKB.Value.Invoke(null, new object[] { sqlLineBytes, srid }); 123object result = smi_SqlGeography_STPolyFromWKB.Value.Invoke(null, new object[] { sqlPolygonBytes, srid }); 130object result = smi_SqlGeography_STMPointFromWKB.Value.Invoke(null, new object[] { sqlMultiPointBytes, srid }); 137object result = smi_SqlGeography_STMLineFromWKB.Value.Invoke(null, new object[] { sqlMultiLineBytes, srid }); 144object result = smi_SqlGeography_STMPolyFromWKB.Value.Invoke(null, new object[] { sqlMultiPolygonBytes, srid }); 151object result = smi_SqlGeography_STGeomCollFromWKB.Value.Invoke(null, new object[] { sqlGeographyCollectionBytes, srid }); 158object result = smi_SqlGeography_GeomFromGml.Value.Invoke(null, new object[] { sqlGeographyGml, 4326 }); 165object result = smi_SqlGeography_GeomFromGml.Value.Invoke(null, new object[] { sqlGeographyGml, srid }); 181object result = imi_SqlGeography_STGeometryType.Value.Invoke(sqlGeographyValue, new object[] { }); 189object result = imi_SqlGeography_STDimension.Value.Invoke(sqlGeographyValue, new object[] { }); 197object result = imi_SqlGeography_STAsBinary.Value.Invoke(sqlGeographyValue, new object[] { }); 205object result = imi_SqlGeography_AsGml.Value.Invoke(sqlGeographyValue, new object[] { }); 213object result = imi_SqlGeography_STAsText.Value.Invoke(sqlGeographyValue, new object[] { }); 221object result = imi_SqlGeography_STIsEmpty.Value.Invoke(sqlGeographyValue, new object[] { }); 230object result = imi_SqlGeography_STEquals.Value.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 }); 239object result = imi_SqlGeography_STDisjoint.Value.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 }); 248object result = imi_SqlGeography_STIntersects.Value.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 }); 256object result = imi_SqlGeography_STBuffer.Value.Invoke(sqlGeographyValue, new object[] { distance }); 265object result = imi_SqlGeography_STDistance.Value.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 }); 274object result = imi_SqlGeography_STIntersection.Value.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 }); 283object result = imi_SqlGeography_STUnion.Value.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 }); 292object result = imi_SqlGeography_STDifference.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 301object result = imi_SqlGeography_STSymDifference.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 309object result = imi_SqlGeography_STNumGeometries.Value.Invoke(sqlGeographyValue, new object[] { }); 317object result = imi_SqlGeography_STGeometryN.Value.Invoke(sqlGeographyValue, new object[] { nValue }); 357object result = imi_SqlGeography_STLength.Value.Invoke(sqlGeographyValue, new object[] { }); 365object result = imi_SqlGeography_STStartPoint.Value.Invoke(sqlGeographyValue, new object[] { }); 373object result = imi_SqlGeography_STEndPoint.Value.Invoke(sqlGeographyValue, new object[] { }); 381object result = imi_SqlGeography_STIsClosed.Value.Invoke(sqlGeographyValue, new object[] { }); 389object result = imi_SqlGeography_STNumPoints.Value.Invoke(sqlGeographyValue, new object[] { }); 397object result = imi_SqlGeography_STPointN.Value.Invoke(sqlGeographyValue, new object[] { nValue }); 405object result = imi_SqlGeography_STArea.Value.Invoke(sqlGeographyValue, new object[] { }); 412object result = smi_SqlGeometry_Parse.Value.Invoke(null, new object[] { sqlGeometryText }); 419object result = smi_SqlGeometry_STGeomFromText.Value.Invoke(null, new object[] { sqlGeometryText, srid }); 426object result = smi_SqlGeometry_STPointFromText.Value.Invoke(null, new object[] { sqlPointText, srid }); 433object result = smi_SqlGeometry_STLineFromText.Value.Invoke(null, new object[] { sqlLineText, srid }); 440object result = smi_SqlGeometry_STPolyFromText.Value.Invoke(null, new object[] { sqlPolygonText, srid }); 447object result = smi_SqlGeometry_STMPointFromText.Value.Invoke(null, new object[] { sqlMultiPointText, srid }); 454object result = smi_SqlGeometry_STMLineFromText.Value.Invoke(null, new object[] { sqlMultiLineText, srid }); 461object result = smi_SqlGeometry_STMPolyFromText.Value.Invoke(null, new object[] { sqlMultiPolygonText, srid }); 468object result = smi_SqlGeometry_STGeomCollFromText.Value.Invoke(null, new object[] { sqlGeometryCollectionText, srid }); 475object result = smi_SqlGeometry_STGeomFromWKB.Value.Invoke(null, new object[] { sqlGeometryBytes, 0 }); 482object result = smi_SqlGeometry_STGeomFromWKB.Value.Invoke(null, new object[] { sqlGeometryBytes, srid }); 489object result = smi_SqlGeometry_STPointFromWKB.Value.Invoke(null, new object[] { sqlPointBytes, srid }); 496object result = smi_SqlGeometry_STLineFromWKB.Value.Invoke(null, new object[] { sqlLineBytes, srid }); 503object result = smi_SqlGeometry_STPolyFromWKB.Value.Invoke(null, new object[] { sqlPolygonBytes, srid }); 510object result = smi_SqlGeometry_STMPointFromWKB.Value.Invoke(null, new object[] { sqlMultiPointBytes, srid }); 517object result = smi_SqlGeometry_STMLineFromWKB.Value.Invoke(null, new object[] { sqlMultiLineBytes, srid }); 524object result = smi_SqlGeometry_STMPolyFromWKB.Value.Invoke(null, new object[] { sqlMultiPolygonBytes, srid }); 531object result = smi_SqlGeometry_STGeomCollFromWKB.Value.Invoke(null, new object[] { sqlGeometryCollectionBytes, srid }); 538object result = smi_SqlGeometry_GeomFromGml.Value.Invoke(null, new object[] { sqlGeometryGml, 0 }); 545object result = smi_SqlGeometry_GeomFromGml.Value.Invoke(null, new object[] { sqlGeometryGml, srid }); 561object result = imi_SqlGeometry_STGeometryType.Value.Invoke(sqlGeometryValue, new object[] { }); 569object result = imi_SqlGeometry_STDimension.Value.Invoke(sqlGeometryValue, new object[] { }); 577object result = imi_SqlGeometry_STEnvelope.Value.Invoke(sqlGeometryValue, new object[] { }); 585object result = imi_SqlGeometry_STAsBinary.Value.Invoke(sqlGeometryValue, new object[] { }); 593object result = imi_SqlGeometry_AsGml.Value.Invoke(sqlGeometryValue, new object[] { }); 601object result = imi_SqlGeometry_STAsText.Value.Invoke(sqlGeometryValue, new object[] { }); 609object result = imi_SqlGeometry_STIsEmpty.Value.Invoke(sqlGeometryValue, new object[] { }); 617object result = imi_SqlGeometry_STIsSimple.Value.Invoke(sqlGeometryValue, new object[] { }); 625object result = imi_SqlGeometry_STBoundary.Value.Invoke(sqlGeometryValue, new object[] { }); 633object result = imi_SqlGeometry_STIsValid.Value.Invoke(sqlGeometryValue, new object[] { }); 642object result = imi_SqlGeometry_STEquals.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 651object result = imi_SqlGeometry_STDisjoint.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 660object result = imi_SqlGeometry_STIntersects.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 669object result = imi_SqlGeometry_STTouches.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 678object result = imi_SqlGeometry_STCrosses.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 687object result = imi_SqlGeometry_STWithin.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 696object result = imi_SqlGeometry_STContains.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 705object result = imi_SqlGeometry_STOverlaps.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 714object result = imi_SqlGeometry_STRelate.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2, matrix }); 722object result = imi_SqlGeometry_STBuffer.Value.Invoke(sqlGeometryValue, new object[] { distance }); 731object result = imi_SqlGeometry_STDistance.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 739object result = imi_SqlGeometry_STConvexHull.Value.Invoke(sqlGeometryValue, new object[] { }); 748object result = imi_SqlGeometry_STIntersection.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 757object result = imi_SqlGeometry_STUnion.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 766object result = imi_SqlGeometry_STDifference.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 775object result = imi_SqlGeometry_STSymDifference.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 783object result = imi_SqlGeometry_STNumGeometries.Value.Invoke(sqlGeometryValue, new object[] { }); 791object result = imi_SqlGeometry_STGeometryN.Value.Invoke(sqlGeometryValue, new object[] { nValue }); 831object result = imi_SqlGeometry_STLength.Value.Invoke(sqlGeometryValue, new object[] { }); 839object result = imi_SqlGeometry_STStartPoint.Value.Invoke(sqlGeometryValue, new object[] { }); 847object result = imi_SqlGeometry_STEndPoint.Value.Invoke(sqlGeometryValue, new object[] { }); 855object result = imi_SqlGeometry_STIsClosed.Value.Invoke(sqlGeometryValue, new object[] { }); 863object result = imi_SqlGeometry_STIsRing.Value.Invoke(sqlGeometryValue, new object[] { }); 871object result = imi_SqlGeometry_STNumPoints.Value.Invoke(sqlGeometryValue, new object[] { }); 879object result = imi_SqlGeometry_STPointN.Value.Invoke(sqlGeometryValue, new object[] { nValue }); 887object result = imi_SqlGeometry_STArea.Value.Invoke(sqlGeometryValue, new object[] { }); 895object result = imi_SqlGeometry_STCentroid.Value.Invoke(sqlGeometryValue, new object[] { }); 903object result = imi_SqlGeometry_STPointOnSurface.Value.Invoke(sqlGeometryValue, new object[] { }); 911object result = imi_SqlGeometry_STExteriorRing.Value.Invoke(sqlGeometryValue, new object[] { }); 919object result = imi_SqlGeometry_STNumInteriorRing.Value.Invoke(sqlGeometryValue, new object[] { }); 927object result = imi_SqlGeometry_STInteriorRingN.Value.Invoke(sqlGeometryValue, new object[] { nValue });
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
582return (IEnumerable<FacetDescription>)mi.Invoke(type, new object[0]);
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
655return (string)_transformText.Invoke(_instance, new object[0]);
System.Data.Linq (8)
ChangeDirector.cs (3)
68item.Type.Table.InsertMethod.Invoke(this.context, new object[] { item.Current }); 121item.Type.Table.UpdateMethod.Invoke(this.context, new object[] { item.Current }); 169item.Type.Table.DeleteMethod.Invoke(this.context, new object[] { item.Current });
ChangeProcessor.cs (1)
269type.OnValidateMethod.Invoke(item.Current, new object[] { changeAction });
DataServices.cs (2)
186type.OnLoadedMethod.Invoke(item, new object[] { }); 352object result = this.member.LoadMethod.Invoke(this.services.Context, new object[] { instance });
parent\parent\misc\SecurityUtils.cs (1)
227return method.Invoke(target, args);
SqlClient\SqlProvider.cs (1)
1084value = sequenceMethod.Invoke(null, new object[] { sequence });
System.Data.Services (27)
System\Data\Services\DataServiceConfiguration.cs (3)
489predicate = (Expression)methods[i].Invoke(service.Instance, WebUtil.EmptyObjectArray); 544predicate = (Expression)methods[i].Invoke(service.Instance, WebUtil.EmptyObjectArray); 968method.Invoke(null, initializeParameters);
System\Data\Services\Providers\BaseServiceProvider.cs (1)
320return propertyInfo.GetGetMethod().Invoke(target, null);
System\Data\Services\Providers\BasicExpandProvider.cs (6)
240.Invoke(null, new object[] { query, orderer, first, o.IsAscending }); 282.Invoke(null, new object[] { query, orderer, first, o.IsAscending }); 307.Invoke(null, new object[] { query, skipCount.Value, true }); 314.Invoke(null, new object[] { query, takeCount.Value, false }); 338.Invoke(null, new object[] { (IQueryable<TSource>)query, (Expression<Func<TSource, TKey>>)orderExpression }); 352return (IQueryable)skipOrTakeMethod.Invoke(null, new object[] { (IQueryable<TSource>)query, count });
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
450return propertyInfo.GetGetMethod().Invoke(target, null);
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
279(queryable, dottedPath) => (IQueryable)includeMethod.Invoke(null, new object[] { queryable, dottedPath }), 2054return createObjectMethod.MakeGenericMethod(clrType).Invoke(context, null);
System\Data\Services\Providers\ResourceType.cs (1)
956setMethod.Invoke(instance, new object[] { propertyValue });
System\Data\Services\RequestQueryProcessor.cs (4)
771this.queryResults = new long[] { (long)mi.Invoke(null, new object[] { this.query }) } 1004this.description.CountValue = (long)mi.Invoke(null, new object[] { this.query }); 1292.Invoke(null, new object[] { this.query, this.skipCount.Value }); 1302.Invoke(null, new object[] { this.query, this.topCount.Value });
System\Data\Services\RequestUriProcessor.cs (7)
415return (IQueryable)method.Invoke(null, new object[] { query, selector }); 428return (IQueryable)whereMethod.Invoke(null, new object[] { query, predicate }); 1122return (IQueryable)method.Invoke(null, new object[] { query, selector }); 1147return (IQueryable)method.Invoke(null, new object[] { query, selector }); 1166return (IQueryable)method.Invoke(null, new object[] { query, selector }); 1186return (IQueryable)method.Invoke(null, new object[] { query, selector }); 1207return (IQueryable)method.Invoke(null, new object[] { query, selector });
System\Data\Services\UpdateTracker.cs (2)
64methods[i].Invoke(service.Instance, parameters); 103methods[i].Invoke(this.service.Instance, parameters);
System.Data.Services.Client (8)
System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs (1)
82return mi.MakeGenericMethod(expression.Type).Invoke(this, new object[] { expression });
System\Data\Services\Client\Binding\BindingObserver.cs (1)
207.Invoke(null, new object[] { sourcePropertyValue, sourceProperty, source.GetType() });
System\Data\Services\Client\ClientType.cs (6)
963return this.propertyGetter.Invoke(instance, null); 978this.removeMethod.Invoke(instance, new object[] { value }); 1025this.setMethod.Invoke(instance, new object[] { propertyName, value }); 1034if (!(bool)this.containsMethod.Invoke(instance, new object[] { value })) 1036this.addMethod.Invoke(instance, new object[] { value }); 1044this.propertySetter.Invoke(instance, new object[] { value });
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
126object defaultValue = getDefaultMethod.Invoke(null, new object[] { });
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
374nd = (QilNode) facMethod.Invoke(f, facArgs);
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
826return method.Invoke(extension, args);
System.Runtime.Serialization (2)
System\Runtime\Serialization\DataContract.cs (1)
2108object types = method.Invoke(null, Globals.EmptyObjectArray);
System\Runtime\Serialization\SchemaExporter.cs (1)
641object typeInfo = getMethod.Invoke(null, new object[] { schemas });
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
373returnValue = targetMethod.Invoke(target, args);
System\ServiceModel\Configuration\BindingsSection.cs (1)
231retval = (bool)tryAddMethod.Invoke(bindingCollectionElement, new object[] { name, binding, BindingsSection.Configuration });
System\ServiceModel\Configuration\ServiceModelEnumValidator.cs (1)
31bool retVal = (bool)this.isDefined.Invoke(null, new object[] { value });
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
143retval = (bool)tryAddMethod.Invoke(endpointCollectionElement, new object[] { name, endpoint, StandardEndpointsSection.Configuration });
System\ServiceModel\Description\TypeLoader.cs (1)
396return (IEnumerable<Type>)method.Invoke(null, new object[] { provider });
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
680method.Invoke(o, null);
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
156returnVal = this.isGenericTask ? this.taskTResultGetMethod.Invoke(task, Type.EmptyTypes) : null;
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
82instance = method.Invoke(null, null);
System\ServiceModel\Activities\Activation\XamlBuildProviderExtension.cs (1)
126return (ICompiledExpressionRoot)createExpressionRootMethod.Invoke(null, new object[] { service.Body });
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\ServiceModelActivitiesEnumValidator.cs (1)
32bool retVal = (bool)this.isDefined.Invoke(null, new object[] { value });
System.ServiceModel.WasHosting (1)
System\ServiceModel\WasHosting\MetabaseSettingsIis7.cs (1)
642return (ConfigurationSection)GetSectionMethod.Invoke(null, new object[] { siteName, virtualPath, sectionName });
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\InternalEnumValidator.cs (1)
31bool retVal = (bool) this.isDefined.Invoke(null, new object[] { value });
System.Web (18)
Administration\WebAdminConfigurationHelper.cs (2)
62returnObject = method.Invoke(null, parameters); 110returnObject = method.Invoke(null, parameters);
Compilation\BuildManager.cs (1)
901method.Invoke(null, null);
Compilation\BuildResult.cs (1)
723_appInitializeMethod.Invoke(null, null);
HttpApplication.cs (3)
1524method.Invoke(this, new Object[0]); 1529method.Invoke(this, new Object[2] { eventSource, eventArgs }); 1955addMethod.Invoke(target, new Object[1]{handlerDelegate});
parent\parent\parent\Misc\SecurityUtils.cs (1)
227return method.Invoke(target, args);
UI\Util.cs (1)
550return methodInfo.Invoke(obj, parameters);
UI\WebControls\DataBoundControlHelper.cs (1)
141s_enableDynamicDataMethod.Invoke(obj: null,
UI\WebControls\ModelDataSourceView.cs (4)
34private static readonly MethodInvokerDispatcher _methodInvokerDispatcher = ((Expression<MethodInvokerDispatcher>)((methodInfo, instance, args) => methodInfo.Invoke(instance, args))).Compile(); 465arguments.TotalRowCount = (int)countHelperMethod.Invoke(null, new object[] { result.ReturnValue }); 469bool isOrderingMethodFound = (bool)isOrderingMethodFoundMethod.Invoke(null, new object[] { result.ReturnValue }); 485object returnValue = sortPageHelperMethod.Invoke(null, new object[] { result.ReturnValue,
UI\WebControls\ObjectDataSourceView.cs (1)
1669returnValue = method.MethodInfo.Invoke(instance, parameterValues);
UI\WebParts\ConsumerConnectionPoint.cs (1)
34CallbackMethod.Invoke(control, new object[] {data});
UI\WebParts\ProviderConnectionPoint.cs (1)
42return CallbackMethod.Invoke(control, null);
Util\ArglessEventHandlerProxy.cs (1)
30_arglessMethod.Invoke(_target, new Object[0]);
System.Web.DataVisualization (12)
Common\Converters\AxisConverters.cs (2)
105 axis = (Axis)methodInfo.Invoke(context.Instance, null); 174 axis = (Axis)methodInfo.Invoke(context.Instance, null);
Common\Converters\DataManagerConverters.cs (1)
412 dataManager = (DataManager)methodInfo.Invoke(context.Instance, parameters);
Common\General\Chart.cs (2)
449dataSource = m.Invoke(dataSource, new object[] { ci.Invoke(new object[] { }) }); 454dataSource = m.Invoke(dataSource, new object[] { });
Common\Utilities\XmlSerializer.cs (7)
407 mi.Invoke(objectToReset, null); 476 mi.Invoke(objectToReset, null); 769object oindex = mi.Invoke(list, new object[] { itemName }); 1553 object result = mi.Invoke(objectToSerialize, null); 1722 object result = mi.Invoke(parent, null); 2403 object result = mi.Invoke(objectToSerialize, null); 2618 object result = mi.Invoke(parent, null);
System.Web.DynamicData (1)
DynamicData\ModelProviders\EFTableProvider.cs (1)
69return (IQueryable)CreateQueryMethod.Invoke(context,
System.Web.Entity (4)
System\Data\WebControls\EntityDataSourceView.cs (4)
230object createDelegate = getCreatorMethod.Invoke(null, null); 233return (IEnumerable)_executeSelectMethod.MakeGenericMethod(EntityClrType).Invoke(this, new object[] { arguments, createDelegate }); 317object newQueryBuilder = newQueryBuilderCreateMethod.Invoke(null, new object[] { 324return (IEnumerable)_continueSelectMethod.MakeGenericMethod(elementType).Invoke(this, new object[] { arguments, newQueryBuilder, queryReturned, wasQueryModified });
System.Web.Extensions (6)
ClientServices\Providers\ClientSettingsProvider.cs (1)
909addMethod.Invoke(provider, new Object[1]{handlerDelegate});
Script\Serialization\ObjectConverter.cs (1)
66setter.Invoke(o, new Object[] { propertyValue });
Script\Services\ProxyGenerator.cs (1)
49return getClientProxyMethod.Invoke(null, new object[] { type, path, debug, serviceEndpoint }) as string;
Script\Services\WebServiceMethodData.cs (1)
177return _methodInfo.Invoke(target, actualParams);
UI\WebControls\Expressions\MethodExpression.cs (1)
150object result = method.Invoke(null, arguments);
UI\WebControls\QueryableDataSourceHelper.cs (1)
67return (IList)toListMethod.Invoke(null, new object[] { query });
System.Web.Mobile (1)
UI\MobileControls\DeviceSpecificChoice.cs (1)
351methodInfo.Invoke(containingTemplateControl,
System.Web.Services (4)
System\Web\Services\Protocols\LogicalMethodInfo.cs (3)
142object returnValue = methodInfo.Invoke(target, values); 172return (IAsyncResult)methodInfo.Invoke(target, asyncValues); 183object returnValue = endMethodInfo.Invoke(target, values);
System\Web\Services\Protocols\ServerProtocol.cs (1)
192return (string)createKeyMethod.Invoke(null, new object[] { pt, st, originalString });
System.Windows.Forms (7)
misc\SecurityUtils.cs (1)
227return method.Invoke(target, args);
winforms\Managed\System\WinForms\Control.cs (2)
18152method.Invoke(null, null); 18227method.Invoke(null, null);
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
432value = (object) parseMethod.Invoke(null, new object[] {edit.Text, this.FormatInfo});
winforms\Managed\System\WinForms\Formatter.cs (3)
416return mi.Invoke(null, new object [] {(string) value, NumberStyles.Any, formatInfo}); 425return mi.Invoke(null, new object [] {(string) value, formatInfo}); 434return mi.Invoke(null, new object [] {(string) value});
System.Windows.Forms.DataVisualization (12)
Common\Converters\AxisConverters.cs (2)
105 axis = (Axis)methodInfo.Invoke(context.Instance, null); 174 axis = (Axis)methodInfo.Invoke(context.Instance, null);
Common\Converters\DataManagerConverters.cs (1)
412 dataManager = (DataManager)methodInfo.Invoke(context.Instance, parameters);
Common\General\Chart.cs (2)
449dataSource = m.Invoke(dataSource, new object[] { ci.Invoke(new object[] { }) }); 454dataSource = m.Invoke(dataSource, new object[] { });
Common\Utilities\XmlSerializer.cs (7)
407 mi.Invoke(objectToReset, null); 476 mi.Invoke(objectToReset, null); 769object oindex = mi.Invoke(list, new object[] { itemName }); 1553 object result = mi.Invoke(objectToSerialize, null); 1722 object result = mi.Invoke(parent, null); 2403 object result = mi.Invoke(objectToSerialize, null); 2618 object result = mi.Invoke(parent, null);
System.Workflow.Activities (5)
Rules\Executor.cs (2)
727object intermediateResult2 = conversion.Invoke(null, new object[] { intermediateResult1 }); 774object intermediateResult2 = conversion.Invoke(null, new object[] { intermediateResult1 });
Rules\Expressions.cs (2)
501resultValue = methodInfo.Invoke(null, parameters); 1607result = mi.Invoke(target, arguments);
Rules\Helpers.cs (1)
268Type result = methodInfo.Invoke(type, new object[0]) as Type;
System.Workflow.ComponentModel (7)
AuthoringOM\Serializer\DictionarySurrogate.cs (2)
98addMethod.Invoke(this.dictionary, kvp); 105addMethod.Invoke(this.dictionary, kvp);
AuthoringOM\Serializer\GenericQueueSurrogate.cs (2)
71enqueueMethod.Invoke(this.queue, new object[] { this.items[n] }); 75enqueueMethod.Invoke(this.queue, new object[] { this.item });
AuthoringOM\Serializer\ListSurrogate.cs (2)
72addMethod.Invoke(this.list, new object[] { this.items[n] }); 76addMethod.Invoke(this.list, new object[] { this.item });
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
1610methodInfo.Invoke(null, new object[] { dependencyObject, value });
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (1)
1113foreach (Delegate handler in (boundGetInvocationListMethod.Invoke(activity, new object[] { dependencyEvent }) as Delegate[]))
System\Activities\Statements\InteropEnvironment.cs (1)
162return genericMethodInfo.Invoke(this.nativeActivityContext, null);
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (2)
116channel = contractInfo.CreateChannelMethodInfo.Invoke(factory, null) as IChannel; 120channel = contractInfo.CreateChannelWithCustomAddressMethodInfo.Invoke(factory,
System.Xml (9)
System\Xml\Serialization\Compilation.cs (2)
592return methods[mapping.Key].readMethod.Invoke(reader, emptyObjectArray); 619methods[mapping.Key].writeMethod.Invoke(writer, new object[] { o });
System\Xml\Serialization\Mappings.cs (1)
1132object typeInfo = getSchemaMethod.Invoke(null, new object[] { schemas });
System\Xml\Serialization\TypeExtensions.cs (1)
43returnValue = method.Invoke(null, new object[] { data });
System\Xml\Serialization\XmlCodeExporter.cs (1)
359return format.Invoke(formatter, new Object[] {defaultValue});
System\Xml\Serialization\XmlSchemaExporter.cs (1)
830return (string)format.Invoke(formatter, new Object[] {value});
System\Xml\Xslt\XslTransform.cs (3)
306return (string) getBltIn.Invoke(unknownDebugger, new object[] {}); 310onCompile.Invoke(unknownDebugger, new object[] { styleSheetNavigator }); 315onExecute.Invoke(unknownDebugger, new object[] { xsltProcessor });
WindowsBase (4)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (4)
121_resetMethod.Invoke(null, new object[] {DO}); 125_resetMethod.Invoke(DO, null); 179shouldSerialize = (bool)_shouldSerializeMethod.Invoke(null, new object[] {DO}); 183shouldSerialize = (bool)_shouldSerializeMethod.Invoke(DO, null);