3 references to ParsePattern
Microsoft.CodeAnalysis.Features (3)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (3)
307
var leftPattern =
ParsePattern
(op.LeftOperand, guards);
314
var rightPattern =
ParsePattern
(op.RightOperand, guards);
340
return
ParsePattern
(op.Operand, guards);