3 references to BindProperty
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
27
return runtimeBinder.
BindProperty
(this, arguments[0], locals[0], indexerArguments);
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
27
return runtimeBinder.
BindProperty
(this, arguments[0], locals[0], null);
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1274
Expr lhs =
BindProperty
(payload, arguments[0], locals[0], indexerArguments);