7 references to WithInputTypeCheckIfNeeded
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder_CheckOrReachability.cs (7)
739stack.Push(WithInputTypeCheckIfNeeded(operand, inputType)); 1001WithInputTypeCheckIfNeeded(negatedPattern.Negated, inputType), 1116newPattern = WithInputTypeCheckIfNeeded(newPattern, deconstruction[i].Pattern.InputType); 1151newPattern = WithInputTypeCheckIfNeeded(newPattern, property!.Pattern.InputType); 1239newPattern = WithInputTypeCheckIfNeeded(newPattern, subpatterns[i].Pattern.InputType); 1302newPattern = WithInputTypeCheckIfNeeded(newPattern, equivalentDefaultPatterns[i].InputType); 1329newPattern = WithInputTypeCheckIfNeeded(newPattern, slice.Pattern.InputType);