We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c2cf9 commit bdc3713Copy full SHA for bdc3713
src/Compilers/CSharp/Portable/BoundTree/BoundNodes.xml
@@ -2530,6 +2530,7 @@
2530
Right.InputType is the Left.NarrowedType
2531
-->
2532
<Node Name="BoundBinaryPattern" Base="BoundPattern" HasValidate="true" SkipInNullabilityRewriter="true">
2533
+ <!-- When true, denotes an 'or' pattern. When false, denotes an 'and' pattern. -->
2534
<Field Name="Disjunction" Type="bool"/>
2535
<Field Name="Left" Type="BoundPattern"/>
2536
<Field Name="Right" Type="BoundPattern"/>
0 commit comments