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