2 references to BoundRelationalPattern
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
1678
return new
BoundRelationalPattern
(node, operation | opType, value, constantValueOpt, inputType, type, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
8553
var result = new
BoundRelationalPattern
(this.Syntax, relation, value, constantValue, inputType, narrowedType, this.HasErrors);