12 references to IsTargetTypedExpression
Microsoft.CodeAnalysis.CSharp (12)
Binder\Semantics\BestTypeInferrer.cs (3)
72Debug.Assert(!NullableWalker.IsTargetTypedExpression(expr)); 137Debug.Assert(!NullableWalker.IsTargetTypedExpression(expr1)); 152Debug.Assert(!NullableWalker.IsTargetTypedExpression(expr2));
FlowAnalysis\NullableWalker.cs (8)
2181IsTargetTypedExpression(conv.Operand) && 5110if (!IsTargetTypedExpression(expressionNoConversion)) 5715if (derivedType is null || IsTargetTypedExpression(operand)) 6509else if (IsTargetTypedExpression(consequence)) 6513else if (IsTargetTypedExpression(alternative)) 7842if (IsTargetTypedExpression(argumentNoConversion) && _targetTypedAnalysisCompletionOpt?.TryGetValue(argumentNoConversion, out var completion) is true) 8882if (argument is BoundLocal { DeclarationKind: BoundLocalDeclarationKind.WithInferredType } || IsTargetTypedExpression(argument)) 9787if (IsTargetTypedExpression(conversionOperand))
FlowAnalysis\NullableWalker_Patterns.cs (1)
1039if (!IsTargetTypedExpression(expression))