7 references to BinaryPattern
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundTreeRewriter.cs (2)
202
if (child.Kind != BoundKind.
BinaryPattern
)
217
if (child.Kind != BoundKind.
BinaryPattern
)
BoundTree\BoundTreeWalker.cs (1)
159
while (current.Kind == BoundKind.
BinaryPattern
)
FlowAnalysis\DefiniteAssignment.cs (1)
2084
case BoundKind.
BinaryPattern
:
Generated\BoundNodes.xml.Generated.cs (2)
8428
: base(BoundKind.
BinaryPattern
, syntax, inputType, narrowedType, hasErrors || left.HasErrors() || right.HasErrors())
9272
case BoundKind.
BinaryPattern
:
Operations\CSharpOperationFactory.cs (1)
234
case BoundKind.
BinaryPattern
: