2 references to MakeShort
System.Workflow.Activities (2)
Rules\Literal.cs (2)
71
dictionary.Add(typeof(short), new LiteralMaker(Literal.
MakeShort
));
85
dictionary.Add(typeof(short?), new LiteralMaker(Literal.
MakeShort
));