4 references to ParsePattern
Microsoft.CodeAnalysis.Features (4)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (4)
232var pattern = ParsePattern(operation, guards); 309var leftPattern = ParsePattern(op.LeftOperand, guards); 316var rightPattern = ParsePattern(op.RightOperand, guards); 342return ParsePattern(op.Operand, guards);