FlowAnalysis\NullableWalker.cs (5)
3896var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7123return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8082var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8109var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
9004return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));