2 references to UShortArithmeticLiteral
System.Workflow.Activities (2)
Rules\ArithmeticLiteral.cs (2)
160
return new
UShortArithmeticLiteral
((byte)literalValue);
231
return new
UShortArithmeticLiteral
((ushort)literalValue);