1 instantiation of ExprFieldInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
69new ExprFieldInfo(field, fieldType, TypeManager.GetPredefAgg(PredefinedType.PT_FIELDINFO).getThisType());
6 references to ExprFieldInfo
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (2)
426ExprFieldInfo fieldInfo = (ExprFieldInfo)list.OptionalNextListNode;
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
68public static ExprFieldInfo CreateFieldInfo(FieldSymbol field, AggregateType fieldType) =>
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
138ExprFieldInfo pFieldInfo = ExprFactory.CreateFieldInfo(expr.FieldWithType.Field(), expr.FieldWithType.GetType());
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
40ExpressionKind.FieldInfo => VisitFIELDINFO(pExpr as ExprFieldInfo), 430protected virtual Expr VisitFIELDINFO(ExprFieldInfo pExpr)