6 references to LogicalAnd
Microsoft.CodeAnalysis.CSharp (6)
Compiler\MethodBodySynthesizer.Lowered.cs (1)
440: F.LogicalAnd(retExpression, nextEquals);
Lowering\LocalRewriter\LocalRewriter_IsPatternOperator.cs (1)
311result = (result == null) ? conjunct : _factory.LogicalAnd(result, conjunct);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
450condition: F.LogicalAnd(
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperator.cs (1)
72BoundExpression recordEquals = F.LogicalAnd(F.ObjectNotEqual(left, F.Null(F.SpecialType(SpecialType.System_Object))),
Symbols\Synthesized\Records\SynthesizedRecordEquals.cs (1)
101retExpr = F.LogicalAnd(retExpr, contractsEqual);
Symbols\Synthesized\Records\SynthesizedRecordObjEquals.cs (1)
61expression = F.LogicalAnd(