5 references to LiteralMaker
System.Workflow.Activities (5)
Rules\ArithmeticLiteral.cs (5)
49
private static Dictionary<Type,
LiteralMaker
> types = CreateTypesDictionary();
75
private static Dictionary<Type,
LiteralMaker
> CreateTypesDictionary()
78
Dictionary<Type,
LiteralMaker
> dictionary = new Dictionary<Type,
LiteralMaker
>(16);
147
LiteralMaker
f;