FlowAnalysis\NullableWalker.cs (5)
3935var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7330return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8314var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8341var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
9272return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));