8 references to SetIndexBinder
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
198
public override bool TrySetIndex(
SetIndexBinder
binder, object[] indexes, object value)
System.Core (7)
Microsoft\Scripting\Actions\DynamicMetaObject.cs (2)
197
/// <param name="binder">An instance of the <see cref="
SetIndexBinder
"/> that represents the details of the dynamic operation.</param>
201
public virtual DynamicMetaObject BindSetIndex(
SetIndexBinder
binder, DynamicMetaObject[] indexes, DynamicMetaObject value) {
Microsoft\Scripting\Actions\DynamicObject.cs (2)
200
public virtual bool TrySetIndex(
SetIndexBinder
binder, object[] indexes, object value) {
347
public override DynamicMetaObject BindSetIndex(
SetIndexBinder
binder, DynamicMetaObject[] indexes, DynamicMetaObject value) {
Microsoft\Scripting\Actions\SetIndexBinder.cs (1)
27
/// Initializes a new instance of the <see cref="
SetIndexBinder
" />.
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
246
} else if (binder is
SetIndexBinder
) {
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
179
} else if (binder is
SetIndexBinder
) {