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