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