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