2 references to FallbackDeleteIndex
System.Core (2)
Microsoft\Scripting\Actions\DeleteIndexBinder.cs (1)
75
return
FallbackDeleteIndex
(target, indexes, null);
Microsoft\Scripting\Actions\DynamicObject.cs (1)
357
return CallMethodNoResult("TryDeleteIndex", binder, DynamicMetaObject.GetExpressions(indexes), (e) => binder.
FallbackDeleteIndex
(this, indexes, e));