2 references to 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());