3 references to BoundPatternWithUnionMatching
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundPatternWithUnionMatching.cs (2)
22: this(syntax, unionType, leftOfPendingConjunction: null, valueProperty, pattern, inputType, pattern.NarrowedType) 27: this(syntax, unionType, leftOfPendingConjunction, valueProperty, pattern, inputType, pattern.NarrowedType)
Generated\BoundNodes.xml.Generated.cs (1)
8234var result = new BoundPatternWithUnionMatching(this.Syntax, unionMatchingInputType, leftOfPendingConjunction, valueProperty, valuePattern, inputType, narrowedType, this.HasErrors);