3 references to ParsePattern
Microsoft.CodeAnalysis.Features (3)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (3)
307var leftPattern = ParsePattern(op.LeftOperand, guards); 314var rightPattern = ParsePattern(op.RightOperand, guards); 340return ParsePattern(op.Operand, guards);