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