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