2 references to MakeUShort
System.Workflow.Activities (2)
Rules\Literal.cs (2)
74
dictionary.Add(typeof(ushort), new LiteralMaker(Literal.
MakeUShort
));
88
dictionary.Add(typeof(ushort?), new LiteralMaker(Literal.
MakeUShort
));