2 references to MakeChar
System.Workflow.Activities (2)
Rules\Literal.cs (2)
79
dictionary.Add(typeof(char), new LiteralMaker(Literal.
MakeChar
));
93
dictionary.Add(typeof(char?), new LiteralMaker(Literal.
MakeChar
));