2 references to MakeFloat
System.Workflow.Activities (2)
Rules\ArithmeticLiteral.cs (2)
88
dictionary.Add(typeof(float),
MakeFloat
);
103
dictionary.Add(typeof(float?),
MakeFloat
);