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