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