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