18 references to IsNullableValueType
System.Workflow.Activities (18)
Rules\Executor.cs (2)
800
if (!ConditionHelper.
IsNullableValueType
(toType))
840
bool resultNullable = ConditionHelper.
IsNullableValueType
(toType);
Rules\Expressions.cs (2)
2053
if (ConditionHelper.
IsNullableValueType
(fromType2))
2057
if (ConditionHelper.
IsNullableValueType
(toType2))
Rules\Literal.cs (2)
560
bool lhsNullable = ConditionHelper.
IsNullableValueType
(lhs);
561
bool rhsNullable = ConditionHelper.
IsNullableValueType
(rhs);
Rules\RuleValidation.cs (12)
586
bool lhsNullable = ConditionHelper.
IsNullableValueType
(lhs);
587
bool rhsNullable = ConditionHelper.
IsNullableValueType
(rhs);
1203
bool fromIsNullable = ConditionHelper.
IsNullableValueType
(fromType);
1204
bool toIsNullable = ConditionHelper.
IsNullableValueType
(toType);
1380
bool fromIsNullable = ConditionHelper.
IsNullableValueType
(fromType);
1381
bool toIsNullable = ConditionHelper.
IsNullableValueType
(toType);
1627
TypeCode sourceTypeCode = (ConditionHelper.
IsNullableValueType
(sourceType))
1630
TypeCode testTypeCode = (ConditionHelper.
IsNullableValueType
(testType))
1916
bool lhsIsNullable = ConditionHelper.
IsNullableValueType
(lhsType);
1917
bool rhsIsNullable = ConditionHelper.
IsNullableValueType
(rhsType);
2663
if (ConditionHelper.
IsNullableValueType
(t1))
2667
if (ConditionHelper.
IsNullableValueType
(t2))