10 references to ConvertBinder
System.Core (10)
Microsoft\Scripting\Actions\ConvertBinder.cs (1)
27/// Initializes a new intsance of the <see cref="ConvertBinder" />.
Microsoft\Scripting\Actions\DynamicMetaObject.cs (2)
145/// <param name="binder">An instance of the <see cref="ConvertBinder"/> that represents the details of the dynamic operation.</param> 147public virtual DynamicMetaObject BindConvert(ConvertBinder binder) {
Microsoft\Scripting\Actions\DynamicObject.cs (3)
111public virtual bool TryConvert(ConvertBinder binder, out object result) { 263public override DynamicMetaObject BindConvert(ConvertBinder binder) { 492Debug.Assert(binder is ConvertBinder && fallbackInvoke == null);
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
228ConvertBinder convert; 236if ((convert = binder as ConvertBinder) != null) {
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (2)
161ConvertBinder convert; 169if ((convert = binder as ConvertBinder) != null) {