7 references to WithInputTypeCheckIfNeeded
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder_CheckOrReachability.cs (7)
817stack.Push(WithInputTypeCheckIfNeeded(operand, inputType)); 1080WithInputTypeCheckIfNeeded(negatedPattern.Negated, inputType), 1195newPattern = WithInputTypeCheckIfNeeded(newPattern, deconstruction[i].Pattern.InputType); 1230newPattern = WithInputTypeCheckIfNeeded(newPattern, property!.Pattern.InputType); 1318newPattern = WithInputTypeCheckIfNeeded(newPattern, subpatterns[i].Pattern.InputType); 1381newPattern = WithInputTypeCheckIfNeeded(newPattern, equivalentDefaultPatterns[i].InputType); 1408newPattern = WithInputTypeCheckIfNeeded(newPattern, slice.Pattern.InputType);