2 references to BindToProperty
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
631
return _binder.
BindToProperty
(// For a static property instance, don't set the object.
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
731
return
BindToProperty
(grp.OptionalObject, new PropWithType(mpwiBest), bindFlags, args, grp);