7 references to BooleanAnd
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\TaskGenerator.cs (2)
490removeExisting.Condition = new CodeBinaryOperatorExpression(propertyNotSet, CodeBinaryOperatorType.BooleanAnd, isPropertySet); 1187checkRequired.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)
1682case CodeBinaryOperatorType.BooleanAnd:
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
609case CodeBinaryOperatorType.BooleanAnd:
System\CodeDom\Compiler\CodeGenerator.cs (1)
1274case CodeBinaryOperatorType.BooleanAnd:
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
1270case CodeBinaryOperatorType.BooleanAnd: 1444case CodeBinaryOperatorType.BooleanAnd: