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