10 references to GetConst
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
454
Expr exprConst = expr.
GetConst
();
1125
ExprConstant constSrc = (ExprConstant)exprSrc.
GetConst
();
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (5)
434
if (_exprSrc.
GetConst
() != null)
460
if (_exprSrc.
GetConst
() != null)
519
if (exprCast.
GetConst
() != null)
568
if (_exprSrc.
GetConst
() != null)
630
if (_exprSrc.
GetConst
() != null)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
353
Expr exprConst = exprSrc.
GetConst
();
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
718
if (_exprSrc.
GetConst
() != null)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1921
Expr argConst = arg.
GetConst
();