FlowAnalysis\NullableWalker.cs (5)
3899var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType,
7096return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8062var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8089var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations);
8984return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));