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