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