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