2 references to FallbackConvert
System.Core (2)
Microsoft\Scripting\Actions\ConvertBinder.cs (1)
63
return
FallbackConvert
(target, null);
Microsoft\Scripting\Actions\DynamicObject.cs (1)
265
return CallMethodWithResult("TryConvert", binder, NoArgs, (e) => binder.
FallbackConvert
(this, e));