7 references to WithInputTypeCheckIfNeeded
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder_CheckOrReachability.cs (7)
747stack.Push(WithInputTypeCheckIfNeeded(operand, inputType)); 1010WithInputTypeCheckIfNeeded(negatedPattern.Negated, inputType), 1125newPattern = WithInputTypeCheckIfNeeded(newPattern, deconstruction[i].Pattern.InputType); 1160newPattern = WithInputTypeCheckIfNeeded(newPattern, property!.Pattern.InputType); 1248newPattern = WithInputTypeCheckIfNeeded(newPattern, subpatterns[i].Pattern.InputType); 1311newPattern = WithInputTypeCheckIfNeeded(newPattern, equivalentDefaultPatterns[i].InputType); 1338newPattern = WithInputTypeCheckIfNeeded(newPattern, slice.Pattern.InputType);