8 references to DeleteIndexBinder
System.Core (8)
Microsoft\Scripting\Actions\DeleteIndexBinder.cs (1)
26/// Initializes a new instance of the <see cref="DeleteIndexBinder" />.
Microsoft\Scripting\Actions\DeleteMemberBinder.cs (1)
28/// Initializes a new instance of the <see cref="DeleteIndexBinder" />.
Microsoft\Scripting\Actions\DynamicMetaObject.cs (2)
209/// <param name="binder">An instance of the <see cref="DeleteIndexBinder"/> that represents the details of the dynamic operation.</param> 212public virtual DynamicMetaObject BindDeleteIndex(DeleteIndexBinder binder, DynamicMetaObject[] indexes) {
Microsoft\Scripting\Actions\DynamicObject.cs (2)
212public virtual bool TryDeleteIndex(DeleteIndexBinder binder, object[] indexes) { 355public override DynamicMetaObject BindDeleteIndex(DeleteIndexBinder binder, DynamicMetaObject[] indexes) {
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
248} else if (binder is DeleteIndexBinder) {
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
181} else if (binder is DeleteIndexBinder) {