2 references to CreateField
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
450
ExprField pResult = ExprFactory.
CreateField
(pFieldType, pOptionalObject, fwt);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
559
ExprField exprField = ExprFactory.
CreateField
(agg.getThisType(), null, fwt);