2 overrides of BitAnd
System.Workflow.Activities (2)
Rules\ArithmeticLiteral.cs (2)
3308
internal override object
BitAnd
(bool v)
3668
internal override object
BitAnd
(bool v)
1 reference to BitAnd
System.Workflow.Activities (1)
Rules\ArithmeticLiteral.cs (1)
3301
return v.
BitAnd
(m_value);