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