4 references to ParsePattern
Microsoft.CodeAnalysis.Features (4)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (4)
223
var pattern =
ParsePattern
(operation, guards);
300
var leftPattern =
ParsePattern
(op.LeftOperand, guards);
307
var rightPattern =
ParsePattern
(op.RightOperand, guards);
333
return
ParsePattern
(op.Operand, guards);