8 references to bindSimpleCast
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (6)
387_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest); 448_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest); 488_binder.bindSimpleCast(_exprDest, _typeDest, out _exprDest); 514_binder.bindSimpleCast(_exprSrc, underlyingType, out exprCast); 581_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest); 729_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
526_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest); 740_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest);