FlowAnalysis\NullableWalker.cs (5)
3966var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7375return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8370var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8397var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
9322return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));