2 references to MakeDouble
System.Workflow.Activities (2)
Rules\Literal.cs (2)
78
dictionary.Add(typeof(double), new LiteralMaker(Literal.
MakeDouble
));
92
dictionary.Add(typeof(double?), new LiteralMaker(Literal.
MakeDouble
));