2 references to FieldWithType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
686
FieldWithType fwt = new
FieldWithType
(fieldSymbol, fieldType);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
559
FieldWithType fwt = new
FieldWithType
(field, agg.getThisType());