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