2 instantiations of FieldWithType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
666FieldWithType fwt = new FieldWithType(fieldSymbol, fieldType);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
558FieldWithType fwt = new FieldWithType(field, agg.getThisType());
6 references to FieldWithType
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
666FieldWithType fwt = new FieldWithType(fieldSymbol, fieldType);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
435internal Expr BindToField(Expr pOptionalObject, FieldWithType fwt, BindingFlag bindFlags)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
16public static ExprField CreateField(CType type, Expr optionalObject, FieldWithType field) =>
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
558FieldWithType fwt = new FieldWithType(field, agg.getThisType());
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Field.cs (2)
8public ExprField(CType type, Expr optionalObject, FieldWithType field) 18public FieldWithType FieldWithType { get; }