1 override of BindSetIndex
System.Core (1)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
347
public override DynamicMetaObject
BindSetIndex
(SetIndexBinder binder, DynamicMetaObject[] indexes, DynamicMetaObject value) {
2 references to BindSetIndex
System.Core (2)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
352
return base.
BindSetIndex
(binder, indexes, value);
Microsoft\Scripting\Actions\SetIndexBinder.cs (1)
66
return target.
BindSetIndex
(this, indexes, value);