8 references to InvokeBinder
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
237public override bool TryInvoke(InvokeBinder binder, object[] args, out object result)
System.Core (7)
Microsoft\Scripting\Actions\DynamicMetaObject.cs (2)
231/// <param name="binder">An instance of the <see cref="InvokeBinder"/> that represents the details of the dynamic operation.</param> 234public virtual DynamicMetaObject BindInvoke(InvokeBinder binder, DynamicMetaObject[] args) {
Microsoft\Scripting\Actions\DynamicObject.cs (2)
141public virtual bool TryInvoke(InvokeBinder binder, object[] args, out object result) { 315public override DynamicMetaObject BindInvoke(InvokeBinder binder, DynamicMetaObject[] args) {
Microsoft\Scripting\Actions\InvokeBinder.cs (1)
27/// Initializes a new instance of the <see cref="InvokeBinder" />.
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
252} else if (binder is InvokeBinder) {
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
185} else if (binder is InvokeBinder) {