6 references to bindConstantCast
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (5)
436
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, true);
463
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, true);
522
ConstCastResult result = _binder.
bindConstantCast
(exprCast, _typeDest, _needsExprDest, out _exprDest, true);
570
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, true);
633
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, true);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
721
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, false);