1 instantiation of ExprPropertyInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
74
new
ExprPropertyInfo
(TypeManager.GetPredefAgg(PredefinedType.PT_PROPERTYINFO).getThisType(), prop, propertyType);
4 references to ExprPropertyInfo
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (3)
392
ExprPropertyInfo
propinfo;
396
propinfo = nextList.OptionalElement as
ExprPropertyInfo
;
401
propinfo = nextNode as
ExprPropertyInfo
;
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
73
public static
ExprPropertyInfo
CreatePropertyInfo(PropertySymbol prop, AggregateType propertyType) =>