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