7 references to BooleanAnd
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\TaskGenerator.cs (2)
490
removeExisting.Condition = new CodeBinaryOperatorExpression(propertyNotSet, CodeBinaryOperatorType.
BooleanAnd
, isPropertySet);
1187
checkRequired.Condition, CodeBinaryOperatorType.
BooleanAnd
, new CodeBinaryOperatorExpression(new CodeMethodInvokeExpression(new CodeMethodReferenceExpression(new CodeThisReferenceExpression(), IsSwitchValueSetMethod), new CodeSnippetExpression(SurroundWithQuotes(required))), CodeBinaryOperatorType.IdentityEquality, new CodeSnippetExpression("false")));
System.CodeDom (3)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
1682
case CodeBinaryOperatorType.
BooleanAnd
:
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
609
case CodeBinaryOperatorType.
BooleanAnd
:
System\CodeDom\Compiler\CodeGenerator.cs (1)
1274
case CodeBinaryOperatorType.
BooleanAnd
:
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
1270
case CodeBinaryOperatorType.
BooleanAnd
:
1444
case CodeBinaryOperatorType.
BooleanAnd
: