4 references to CreateCast
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
561optionalArgument = ExprFactory.CreateCast(type, exprField);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
318: ExprFactory.CreateCast(_typeDest, _exprSrc); 417: ExprFactory.CreateCast(_typeDest, _exprSrc);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1307pArgument = ExprFactory.CreateCast(pArgument.Type, pArgument);