2 references to MakeFloat
System.Workflow.Activities (2)
Rules\Literal.cs (2)
77
dictionary.Add(typeof(float), new LiteralMaker(Literal.
MakeFloat
));
91
dictionary.Add(typeof(float?), new LiteralMaker(Literal.
MakeFloat
));