8 references to bindSimpleCast
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (6)
388_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest); 449_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest); 489_binder.bindSimpleCast(_exprDest, _typeDest, out _exprDest); 515_binder.bindSimpleCast(_exprSrc, underlyingType, out exprCast); 582_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest); 731_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
528_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest); 743_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest);