2 references to makeConjunction
Microsoft.CodeAnalysis.CSharp (2)
Binder\UnionMatchingRewriter.cs (2)
320BoundPattern result = makeConjunction(node.Syntax, preboundLeft, right, makeCompilerGenerated: node.WasCompilerGenerated); 361var leftOfPendingConjunction = makeConjunction(node, left, rightUnionPattern.LeftOfPendingConjunction, makeCompilerGenerated: true);