4 references to CreateCast
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
560
optionalArgument = ExprFactory.
CreateCast
(type, exprField);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
316
: ExprFactory.
CreateCast
(_typeDest, _exprSrc);
415
: ExprFactory.
CreateCast
(_typeDest, _exprSrc);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1282
pArgument = ExprFactory.
CreateCast
(pArgument.Type, pArgument);