2 references to FallbackSetIndex
System.Core (2)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
349
return CallMethodReturnLast("TrySetIndex", binder, DynamicMetaObject.GetExpressions(indexes), value.Expression, (e) => binder.
FallbackSetIndex
(this, indexes, value, e));
Microsoft\Scripting\Actions\SetIndexBinder.cs (1)
84
return
FallbackSetIndex
(target, indexes, value, null);