3 references to BoundDiscardPattern
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Patterns.cs (2)
405return new BoundDiscardPattern(node, inputType: inputType, narrowedType: inputType); 1354return new BoundDiscardPattern(node, inputType: inputType, narrowedType: inputType);
Binder\SwitchBinder_Patterns.cs (1)
250var pattern = new BoundDiscardPattern(node, inputType: SwitchGoverningType, narrowedType: SwitchGoverningType);