4 references to ParsePattern
Microsoft.CodeAnalysis.Features (4)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (4)
231
var pattern =
ParsePattern
(operation, guards);
308
var leftPattern =
ParsePattern
(op.LeftOperand, guards);
315
var rightPattern =
ParsePattern
(op.RightOperand, guards);
341
return
ParsePattern
(op.Operand, guards);