FlowAnalysis\NullableWalker.cs (4)
5993return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
6713var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
6740var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
7495return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));