2 references to MakeInt
System.Workflow.Activities (2)
Rules\Literal.cs (2)
72
dictionary.Add(typeof(int), new LiteralMaker(Literal.
MakeInt
));
86
dictionary.Add(typeof(int?), new LiteralMaker(Literal.
MakeInt
));