13 references to Prop
Microsoft.CSharp (13)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
626PropertySymbol property = swt.Prop(); 859methprop = prop.PropWithTypeSlot.Prop();
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (5)
465pwt.Prop().getClass() == pwt.GetType().OwningAggregate); 466Debug.Assert(pwt.Prop().Params.Count == 0 || pwt.Prop() is IndexerSymbol); 494CType pReturnType = TypeManager.SubstType(pwt.Prop().RetType, pwt.GetType()); 928PropertySymbol prop = pwt.Prop();
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (2)
473MethodSymbol meth1 = swt.Prop().GetterMethod; 474MethodSymbol meth2 = swt.Prop().SetterMethod;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
31PropertySymbol propSym = Property.Prop();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
52Expr propInfo = ExprFactory.CreatePropertyInfo(prop.PropWithTypeSlot.Prop(), prop.PropWithTypeSlot.Ats); 315if (expr.PropWithTypeSlot.Prop().isStatic || expr.MemberGroup.OptionalObject == null) 323Expr propInfo = ExprFactory.CreatePropertyInfo(expr.PropWithTypeSlot.Prop(), expr.PropWithTypeSlot.GetType());