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);