5 references to LiteralMaker
System.Workflow.Activities (5)
Rules\Literal.cs (5)
33static private Dictionary<Type, LiteralMaker> types = CreateMakersDictionary(); 65private static Dictionary<Type, LiteralMaker> CreateMakersDictionary() 68Dictionary<Type, LiteralMaker> dictionary = new Dictionary<Type, LiteralMaker>(32); 140LiteralMaker f;