FlowAnalysis\NullableWalker.cs (5)
3902var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
6721return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
7668var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
7695var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8506return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));