13 references to Prop
Microsoft.CSharp (13)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
643PropertySymbol property = swt.Prop(); 882methprop = prop.PropWithTypeSlot.Prop();
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (5)
476pwt.Prop().getClass() == pwt.GetType().OwningAggregate); 477Debug.Assert(pwt.Prop().Params.Count == 0 || pwt.Prop() is IndexerSymbol); 505CType pReturnType = TypeManager.SubstType(pwt.Prop().RetType, pwt.GetType()); 950PropertySymbol prop = pwt.Prop();
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (2)
474MethodSymbol meth1 = swt.Prop().GetterMethod; 475MethodSymbol meth2 = swt.Prop().SetterMethod;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
32PropertySymbol propSym = Property.Prop();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
53Expr propInfo = ExprFactory.CreatePropertyInfo(prop.PropWithTypeSlot.Prop(), prop.PropWithTypeSlot.Ats); 316if (expr.PropWithTypeSlot.Prop().isStatic || expr.MemberGroup.OptionalObject == null) 324Expr propInfo = ExprFactory.CreatePropertyInfo(expr.PropWithTypeSlot.Prop(), expr.PropWithTypeSlot.GetType());