1 override of BindGetIndex
System.Core (1)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
339
public override DynamicMetaObject
BindGetIndex
(GetIndexBinder binder, DynamicMetaObject[] indexes) {
2 references to BindGetIndex
System.Core (2)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
344
return base.
BindGetIndex
(binder, indexes);
Microsoft\Scripting\Actions\GetIndexBinder.cs (1)
59
return target.
BindGetIndex
(this, args);