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