6 references to bindConstantCast
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (5)
437
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, true);
464
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, true);
523
ConstCastResult result = _binder.
bindConstantCast
(exprCast, _typeDest, _needsExprDest, out _exprDest, true);
571
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, true);
635
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, true);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
724
ConstCastResult result = _binder.
bindConstantCast
(_exprSrc, _typeDest, _needsExprDest, out _exprDest, false);