Home
last modified time | relevance | path

Searched refs:LongArithmeticLiteral (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/
H A DArithmeticLiteral.cs221 return new LongArithmeticLiteral((long)literalValue); in MakeLong()
1127 #region LongArithmeticLiteral Class
1128 internal class LongArithmeticLiteral : ArithmeticLiteral class
1131 internal LongArithmeticLiteral(long literalValue) in LongArithmeticLiteral() method in System.Workflow.Activities.Rules.LongArithmeticLiteral