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