10 references to GetConst
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
469
Expr exprConst = expr.
GetConst
();
1156
ExprConstant constSrc = (ExprConstant)exprSrc.
GetConst
();
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (5)
435
if (_exprSrc.
GetConst
() != null)
461
if (_exprSrc.
GetConst
() != null)
520
if (exprCast.
GetConst
() != null)
569
if (_exprSrc.
GetConst
() != null)
632
if (_exprSrc.
GetConst
() != null)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
361
Expr exprConst = exprSrc.
GetConst
();
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
721
if (_exprSrc.
GetConst
() != null)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1966
Expr argConst = arg.
GetConst
();