2 references to MakeULong
System.Workflow.Activities (2)
Rules\Literal.cs (2)
76
dictionary.Add(typeof(ulong), new LiteralMaker(Literal.
MakeULong
));
90
dictionary.Add(typeof(ulong?), new LiteralMaker(Literal.
MakeULong
));