FlowAnalysis\NullableWalker.cs (5)
3980var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7389return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8384var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8411var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
9336return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));