FlowAnalysis\NullableWalker.cs (5)
3881var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7000return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
7966var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
7993var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8842return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));