3 references to IntArithmeticLiteral
System.Workflow.Activities (3)
Rules\ArithmeticLiteral.cs (3)
170
return new
IntArithmeticLiteral
((sbyte)literalValue);
201
return new
IntArithmeticLiteral
((short)literalValue);
211
return new
IntArithmeticLiteral
((int)literalValue);