7 references to MakeBinaryAnd
Microsoft.CodeAnalysis.CSharp (7)
Binder\UnionMatchingRewriter.cs (7)
388sharedRightOfPendingConjunction: MakeBinaryAnd(node, leftUnionPattern.SharedRightOfPendingConjunction, right, makeCompilerGenerated), 394return MakeBinaryAnd(node, left, right, makeCompilerGenerated); 467MakeBinaryAnd(syntax, exclusiveValuePattern, sharedRightOfPendingConjunction, makeCompilerGenerated: true)).MakeCompilerGenerated()], 481BoundPattern? instancePattern = MakeBinaryAnd(syntax, exclusiveInstancePattern, sharedRightOfPendingConjunction, makeCompilerGenerated: true); 500unionValueMatching = MakeBinaryAnd( 522sharedRightOfPendingConjunction = MakeBinaryAnd(syntax, leftUnionPattern.SharedRightOfPendingConjunction, result, makeCompilerGenerated: true); 527result = MakeBinaryAnd(pattern.Syntax, left, result, makeCompilerGenerated: true);