4 references to Get
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1331
return ExprFactory.CreateConstant(boolType, ConstVal.
Get
(result));
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
147
CreateConstant(TypeManager.GetPredefAgg(PredefinedType.PT_BOOL).getThisType(), ConstVal.
Get
(b));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1926
return ExprFactory.CreateConstant(typeBool, ConstVal.
Get
(((ExprConstant)argConst).Val.Int32Val == 0));
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1551
cv = ConstVal.
Get
((bool)defValue);