12 overrides of IsStandardBinder
System.Core (12)
Microsoft\Scripting\Actions\BinaryOperationBinder.cs (1)
93
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\ConvertBinder.cs (1)
88
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\CreateInstanceBinder.cs (1)
81
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\DeleteIndexBinder.cs (1)
62
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\DeleteMemberBinder.cs (1)
96
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\GetIndexBinder.cs (1)
63
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\GetMemberBinder.cs (1)
94
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\InvokeBinder.cs (1)
82
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\InvokeMemberBinder.cs (1)
90
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\SetIndexBinder.cs (1)
70
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\SetMemberBinder.cs (1)
81
internal override sealed bool
IsStandardBinder
{
Microsoft\Scripting\Actions\UnaryOperationBinder.cs (1)
95
internal override sealed bool
IsStandardBinder
{
2 references to IsStandardBinder
System.Core (2)
Microsoft\Scripting\Actions\DynamicMetaObjectBinder.cs (2)
91
if (
IsStandardBinder
) {
134
if (
IsStandardBinder
&& args[0] as IDynamicMetaObjectProvider != null) {