3 references to Boolean
System.Workflow.Activities (3)
Rules\ArithmeticLiteral.cs (3)
137
dictionary.Add(typeof(bool), TypeFlags.
Boolean
);
138
dictionary.Add(typeof(bool?), TypeFlags.Nullable | TypeFlags.
Boolean
);
420
case TypeFlags.
Boolean
: