2 references to CreatePropertyInfo
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
53
Expr propInfo = ExprFactory.
CreatePropertyInfo
(prop.PropWithTypeSlot.Prop(), prop.PropWithTypeSlot.Ats);
324
Expr propInfo = ExprFactory.
CreatePropertyInfo
(expr.PropWithTypeSlot.Prop(), expr.PropWithTypeSlot.GetType());