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