8 references to GetIndexBinder
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
152
public override bool TryGetIndex(
GetIndexBinder
binder, object[] indexes, out object result)
System.Core (7)
Microsoft\Scripting\Actions\DynamicMetaObject.cs (2)
186
/// <param name="binder">An instance of the <see cref="
GetIndexBinder
"/> that represents the details of the dynamic operation.</param>
189
public virtual DynamicMetaObject BindGetIndex(
GetIndexBinder
binder, DynamicMetaObject[] indexes) {
Microsoft\Scripting\Actions\DynamicObject.cs (2)
185
public virtual bool TryGetIndex(
GetIndexBinder
binder, object[] indexes, out object result) {
339
public override DynamicMetaObject BindGetIndex(
GetIndexBinder
binder, DynamicMetaObject[] indexes) {
Microsoft\Scripting\Actions\GetIndexBinder.cs (1)
27
/// Initializes a new instance of the <see cref="
GetIndexBinder
" />.
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
244
} else if (binder is
GetIndexBinder
) {
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
177
} else if (binder is
GetIndexBinder
) {