2 references to BitAnd
System.Workflow.Activities (2)
Rules\Parser\Parser.cs (1)
590new BinaryPrecedenceDescriptor(new BinaryOperationDescriptor(TokenID.BitAnd, CodeBinaryOperatorType.BitwiseAnd)),
Rules\Parser\Scanner.cs (1)
237tokenID = TokenID.BitAnd;