2 references to MakeDecimal
System.Workflow.Activities (2)
Rules\ArithmeticLiteral.cs (2)
90
dictionary.Add(typeof(decimal),
MakeDecimal
);
105
dictionary.Add(typeof(decimal?),
MakeDecimal
);