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