21 references to BooleanAnd
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2151case CodeBinaryOperatorType.BooleanAnd:
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
856case CodeBinaryOperatorType.BooleanAnd:
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1275case CodeBinaryOperatorType.BooleanAnd:
System.Activities (3)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (3)
1320CodeBinaryOperatorType.BooleanAnd, 1325CodeBinaryOperatorType.BooleanAnd, 2228CodeBinaryOperatorType.BooleanAnd,
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
252CodeBinaryOperatorType.BooleanAnd,
System.Management (9)
WmiGenerator.cs (9)
1588cboe2.Operator = CodeBinaryOperatorType.BooleanAnd; 4166cboe5.Operator = CodeBinaryOperatorType.BooleanAnd; 4178cboe7.Operator = CodeBinaryOperatorType.BooleanAnd; 4205cboe3.Operator = CodeBinaryOperatorType.BooleanAnd; 4231cboe5.Operator = CodeBinaryOperatorType.BooleanAnd; 4243cboe7.Operator = CodeBinaryOperatorType.BooleanAnd; 4275cboe3.Operator = CodeBinaryOperatorType.BooleanAnd; 5543cboe2.Operator = CodeBinaryOperatorType.BooleanAnd; 5616cboe2.Operator = CodeBinaryOperatorType.BooleanAnd;
System.Workflow.Activities (5)
Rules\CodeDomDecompiler.cs (1)
472case CodeBinaryOperatorType.BooleanAnd:
Rules\Expressions.cs (3)
322case CodeBinaryOperatorType.BooleanAnd: 452if (operation == CodeBinaryOperatorType.BooleanAnd) 721case CodeBinaryOperatorType.BooleanAnd:
Rules\Parser\Parser.cs (1)
586new BinaryPrecedenceDescriptor(new BinaryOperationDescriptor(TokenID.And, CodeBinaryOperatorType.BooleanAnd)),